mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* 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:
parent
d5b11cbfa2
commit
f212b8d7df
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user