From: Ralf Wildenhues Date: Fri, 20 Aug 2010 05:06:58 +0000 (+0200) Subject: Remove superfluous dependency in Makefile.am. X-Git-Tag: v2.4~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275dd5d0634199a4acb51c627c8f2786c1c5ccb5;p=thirdparty%2Flibtool.git Remove superfluous dependency in Makefile.am. * Makefile.am (tests/demo-conf.test): Remove dependency on libtool, this test is a primary source and not generated. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 9f8f135b5..ec311e8e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-08-20 Ralf Wildenhues + Remove superfluous dependency in Makefile.am. + * Makefile.am (tests/demo-conf.test): Remove dependency on + libtool, this test is a primary source and not generated. + Bump copyright years in manual. * doc/libtool.texi: Bump copyright years. diff --git a/Makefile.am b/Makefile.am index ef3c9846d..d689e09c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -690,8 +690,6 @@ if HAVE_FC TESTS += $(FC_TESTS) endif -tests/demo-conf.test: libtool - EXTRA_DIST += $(srcdir)/tests/defs.in tests/defs.m4sh \ $(COMMON_TESTS) $(CXX_TESTS) $(F77_TESTS) $(FC_TESTS) DIST_SUBDIRS += $(CONF_SUBDIRS)