* 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
This commit is contained in:
Alexandre Oliva 1999-01-22 09:39:15 +00:00 committed by Alexandre Oliva
parent d5b11cbfa2
commit f212b8d7df
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View 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