From 8962e5c7c521e6cf28f464a9cdb80bd37f2f4328 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 19 Oct 2010 20:20:01 -0400 Subject: make: remove duplicate definition of EXTRA_DIST autoreconf -vfi produces this output: tools/Makefile.am:59: EXTRA_DIST multiply defined in condition TRUE ... tools/Makefile.am:36: ... `EXTRA_DIST' previously defined here Signed-off-by: Gaetan Nadon Acked-by: Thomas Hellstrom --- tools/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index bdac913..23493cd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -33,8 +33,6 @@ hal-probe-vmmouse: hal-probe-vmmouse.in -e 's|__HAL_BIN_PREFIX__|$(HAL_BIN_DIR)|g' \ < $< > $@ -EXTRA_DIST = hal-probe-vmmouse.in - CLEANFILES = hal-probe-vmmouse if HAS_XORG_CONF_DIR -- cgit v1.2.3