]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* mdemo/Makefile.am (../libltdl/libtool): if it does not exist,
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 22 Jan 1999 09:39:15 +0000 (09:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Fri, 22 Jan 1999 09:39:15 +0000 (09:39 +0000)
the sub-make for libltdlc.la will take care of it, but we must at
least provide an empty rule for it, otherwise the sub-make will
never run

ChangeLog
mdemo/Makefile.am

index 41b5134fc5b399ec99a2486412171fa6aad503b8..80b2c679e07513e8a1c919b53818db8da24d9c87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-01-22  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * mdemo/Makefile.am (../libltdl/libtool): if it does not exist,
+       the sub-make for libltdlc.la will take care of it, but we must at
+       least provide an empty rule for it, otherwise the sub-make will
+       never run
+
        * demo/configure.in, demo/Makefile.am (DLPREOPEN): reverted; it
        didn't make any difference.
 
index a5675a41837b301b2d8fa541551949201f9e76dd..e1a5a28c1207158a0c1f1bac3bf0b41d7b3284e0 100644 (file)
@@ -21,6 +21,9 @@ bin_PROGRAMS = mdemo mdemo.debug
 ../libltdl/libltdlc.la: ../libtool ../libltdl/libtool \
     $(srcdir)/../libltdl/ltdl.c $(srcdir)/../libltdl/ltdl.h
        (cd ../libltdl; $(MAKE) libltdlc.la)
+# Without the following line, the check may fail if libltdl/libtool is
+# removed after libltdl is configured
+../libltdl/libtool:
 
 # Create a version of mdemo that does dlopen.
 mdemo_SOURCES = main.c