libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: defs.in depends on general.m4sh


From: Ralf Wildenhues
Subject: FYI: defs.in depends on general.m4sh
Date: Wed, 16 Mar 2005 18:36:47 +0100
User-agent: Mutt/1.4.1i

Applied to HEAD and branch-2-0.

        * Makefile.am: tests/defs.in depends on config/general.m4sh.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.139
diff -u -r1.139 Makefile.am
--- Makefile.am 15 Mar 2005 11:49:59 -0000      1.139
+++ Makefile.am 16 Mar 2005 17:40:36 -0000
@@ -189,7 +189,7 @@
 # Use `$(top_srcdir)/tests' for the benefit of non-GNU makes: this is
 # how defs.in appears in our dependencies.
 # No need to EXTRA_DIST defs.m4sh here, that is handled in tests/Makefile.am.
-$(top_srcdir)/tests/defs.in: tests/defs.m4sh Makefile.am
+$(top_srcdir)/tests/defs.in: config/general.m4sh tests/defs.m4sh Makefile.am
        cd $(top_srcdir); \
        rm -f tests/defs.in; \
        $(M4SH) -B ./config tests/defs.m4sh > tests/defs.in




reply via email to

[Prev in Thread] Current Thread [Next in Thread]