mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* tests/cdemo/Makefile.am: Remove broken use of undocumented
Automake variable `$(OBJECTS)'. * tests/demo/Makefile.am, tests/depdemo/Makefile.am: Likewise. * tests/f77demo/Makefile.am, tests/fcdemo/Makefile.am: Likewise. * tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am: Likewise. * tests/pdemo/Makefile.am, tests/tagdemo/Makefile.am: Likewise.
This commit is contained in:
parent
5e3fb346e5
commit
d6b4fbf5dd
@ -1,5 +1,12 @@
|
||||
2006-02-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* tests/cdemo/Makefile.am: Remove broken use of undocumented
|
||||
Automake variable `$(OBJECTS)'.
|
||||
* tests/demo/Makefile.am, tests/depdemo/Makefile.am: Likewise.
|
||||
* tests/f77demo/Makefile.am, tests/fcdemo/Makefile.am: Likewise.
|
||||
* tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am: Likewise.
|
||||
* tests/pdemo/Makefile.am, tests/tagdemo/Makefile.am: Likewise.
|
||||
|
||||
* libltdl/config/ltmain.m4sh (func_mode_link): Fix logic for
|
||||
adding run paths to also add paths for installed libtool
|
||||
libraries in case `-static' is used.
|
||||
|
@ -34,6 +34,5 @@ bin_PROGRAMS = cdemo
|
||||
cdemo_SOURCES = main.c
|
||||
cdemo_LDADD = libfoo.la
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
@ -64,7 +64,6 @@ helldl helldl$(EXEEXT):
|
||||
chmod +x $@
|
||||
endif
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
|
@ -38,6 +38,5 @@ depdemo_static_LDADD = $(depdemo_LDADD)
|
||||
depdemo_static_DEPENDENCIES = $(depdemo_DEPENDENCIES)
|
||||
depdemo_static_LDFLAGS = $(STATIC)
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
@ -46,6 +46,5 @@ fprogram_LDADD = libfoo.la libfoo3.la
|
||||
cprogram_SOURCES = cprogram.c
|
||||
cprogram_LDADD = libmix.la $(FLIBS)
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
@ -46,7 +46,6 @@ fprogram_LDADD = libfoo.la libfoo3.la
|
||||
cprogram_SOURCES = cprogram.c
|
||||
cprogram_LDADD = libmix.la $(FCLIBS)
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
|
@ -68,6 +68,5 @@ mdemo_static_LDFLAGS = $(STATIC) $(mdemo_LDFLAGS)
|
||||
mdemo_static_LDADD = $(mdemo_LDADD)
|
||||
mdemo_static_DEPENDENCIES = $(mdemo_DEPENDENCIES)
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
@ -34,6 +34,5 @@ mdemo2_static_LDFLAGS = $(STATIC) $(mdemo2_LDFLAGS)
|
||||
mdemo2_static_LDADD = $(mdemo2_LDADD)
|
||||
mdemo2_static_DEPENDENCIES = $(mdemo2_DEPENDENCIES)
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
@ -64,7 +64,6 @@ helldl helldl$(EXEEXT):
|
||||
chmod +x $@
|
||||
endif
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
|
@ -44,6 +44,5 @@ bin_PROGRAMS = tagdemo
|
||||
tagdemo_SOURCES = main.cpp
|
||||
tagdemo_LDADD = libbaz.la
|
||||
|
||||
$(OBJECTS): libtool
|
||||
libtool: $(LIBTOOL_DEPS)
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
Loading…
Reference in New Issue
Block a user