From fa201fe8299099f7192a4399c9df245efcee3f8a Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 19 Feb 2012 08:36:16 -0500 Subject: [PATCH] make: remove empty variable assignment Signed-off-by: Gaetan Nadon Signed-off-by: Dave Airlie --- hw/xfree86/drivers/modesetting/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xfree86/drivers/modesetting/Makefile.am b/hw/xfree86/drivers/modesetting/Makefile.am index efc4bc03e..40ebf0a11 100644 --- a/hw/xfree86/drivers/modesetting/Makefile.am +++ b/hw/xfree86/drivers/modesetting/Makefile.am @@ -17,7 +17,6 @@ # ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -SUBDIRS = # this is obnoxious: # -module lets us name the module exactly how we want @@ -37,5 +36,3 @@ modesetting_drv_la_SOURCES = \ driver.h \ drmmode_display.c \ drmmode_display.h - -EXTRA_DIST =