]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* tests/mdemo/Makefile.am (@LIBLTDL@): Update outdated
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 11 Feb 2008 21:51:43 +0000 (21:51 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 11 Feb 2008 21:51:43 +0000 (21:51 +0000)
dependencies.
($(top_distdir)/libltdl/libtool): Remove.
Fixes spurious mdemo-dryrun failure with OpenBSD make.

ChangeLog
tests/mdemo/Makefile.am

index 6088534b4bf0f9506ae1d914de2261ec4fdf14ee..d92617b0a89d717406e188effbbf19688abcaf00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/mdemo/Makefile.am (@LIBLTDL@): Update outdated
+       dependencies.
+       ($(top_distdir)/libltdl/libtool): Remove.
+       Fixes spurious mdemo-dryrun failure with OpenBSD make.
+
 2008-02-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] <ifort>:
index 3f53354b1eb04dd8659a992e072732e8018b4b77..f73fc9bcb58ed2e4ad48c7d93cb58301a9417fc0 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation
+##   Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
@@ -54,13 +54,12 @@ bin_PROGRAMS = mdemo mdemo_static
 ## use @LIBLTDL@ because some broken makes do not accept macros in targets
 ## we can only do this because our LIBLTDL does not contain ${top_builddir}
 top_distdir = ../..
-@LIBLTDL@: $(top_distdir)/libtool $(top_distdir)/libltdl/libtool \
-    $(top_distdir)/libltdl/config.h $(srcdir)/$(top_distdir)/libltdl/ltdl.c \
+@LIBLTDL@: $(top_distdir)/libtool \
+    $(top_distdir)/config.h $(srcdir)/$(top_distdir)/libltdl/ltdl.c \
     $(srcdir)/$(top_distdir)/libltdl/ltdl.h
        (cd $(top_distdir); $(MAKE) `echo $(LIBLTDL) | sed 's,.*\.\./libltdl/,libltdl/,g'`)
-# Without the following line, the check may fail if libltdl/libtool is
-# removed after libltdl is configured
-$(top_distdir)/libltdl/libtool $(top_distdir)/libltdl/config.h:
+# Do not error out if toplevel config.h does not exist:
+$(top_distdir)/config.h:
 
 # Create a version of mdemo that does dlopen.
 mdemo_SOURCES = main.c