libtool-patches
[Top][All Lists]
Advanced

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

libltdl/Makefile.in should be uptodate


From: Ralf Wildenhues
Subject: libltdl/Makefile.in should be uptodate
Date: Fri, 16 Sep 2005 18:03:22 +0200
User-agent: Mutt/1.4.1i

If you change toplevel Makefile.am and `make all check' before dist,
libltdl/Makefile.{am.in} are not uptodate and some of the tests may
fail.

OK to apply?  This shouldn't trigger from a tarball.

Cheers,
Ralf

        * Makefile.am (all-local): Rebuild libltdl/Makefile.in.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/libtool/libtool/Makefile.am,v
retrieving revision 1.162
diff -u -r1.162 Makefile.am
--- Makefile.am 14 Sep 2005 16:03:33 -0000      1.162
+++ Makefile.am 16 Sep 2005 15:42:28 -0000
@@ -216,6 +216,9 @@
 $(srcdir)/libltdl/Makefile.in: libltdl/Makefile.am
        cd $(srcdir)/libltdl && $(AUTOMAKE) Makefile
 
+# We want the libltdl files to be uptodate as much as possible
+all-local: $(srcdir)/libltdl/Makefile.in
+
 
 ## -------- ##
 ## Libltdl. ##




reply via email to

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