mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* demo/Makefile.am (helldl): Automake 1.4 can't find the target
if we use helldl$(EXEEXT), and Automake 1.5 barfs unless we do. Using both targets to the left of the colon seems to work though!
This commit is contained in:
parent
1d7730cbf1
commit
7fe636af5e
@ -1,3 +1,9 @@
|
||||
2001-09-03 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* demo/Makefile.am (helldl): Automake 1.4 can't find the target
|
||||
if we use helldl$(EXEEXT), and Automake 1.5 barfs unless we do.
|
||||
Using both targets to the left of the colon seems to work though!
|
||||
|
||||
2001-09-03 Brad <brad@comstyle.com>
|
||||
|
||||
* ltdl.m4 [AC_LTDL_SYS_DLOPEN_DEPLIBS]: Teach ltdl about the
|
||||
|
@ -40,7 +40,7 @@ else
|
||||
|
||||
bin_SCRIPTS = helldl
|
||||
# create a script that says that -dlopen is not supported
|
||||
helldl$(EXEEXT):
|
||||
helldl helldl$(EXEEXT):
|
||||
rm -f $@
|
||||
echo '#! /bin/sh' > $@
|
||||
echo '-dlopen is unsupported' >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user