* 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. Index: tests/cdemo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/cdemo/Makefile.am,v retrieving revision 1.7 diff -u -r1.7 Makefile.am --- tests/cdemo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.7 +++ tests/cdemo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -34,6 +34,5 @@ cdemo_SOURCES = main.c cdemo_LDADD = libfoo.la -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/demo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/demo/Makefile.am,v retrieving revision 1.8 diff -u -r1.8 Makefile.am --- tests/demo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.8 +++ tests/demo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -64,7 +64,6 @@ chmod +x $@ endif -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/depdemo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/depdemo/Makefile.am,v retrieving revision 1.7 diff -u -r1.7 Makefile.am --- tests/depdemo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.7 +++ tests/depdemo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -38,6 +38,5 @@ depdemo_static_DEPENDENCIES = $(depdemo_DEPENDENCIES) depdemo_static_LDFLAGS = $(STATIC) -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/f77demo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/f77demo/Makefile.am,v retrieving revision 1.8 diff -u -r1.8 Makefile.am --- tests/f77demo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.8 +++ tests/f77demo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -46,6 +46,5 @@ cprogram_SOURCES = cprogram.c cprogram_LDADD = libmix.la $(FLIBS) -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/fcdemo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/fcdemo/Makefile.am,v retrieving revision 1.3 diff -u -r1.3 Makefile.am --- tests/fcdemo/Makefile.am 24 Aug 2005 11:11:39 -0000 1.3 +++ tests/fcdemo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -46,7 +46,6 @@ cprogram_SOURCES = cprogram.c cprogram_LDADD = libmix.la $(FCLIBS) -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/mdemo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/mdemo/Makefile.am,v retrieving revision 1.7 diff -u -r1.7 Makefile.am --- tests/mdemo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.7 +++ tests/mdemo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -68,6 +68,5 @@ mdemo_static_LDADD = $(mdemo_LDADD) mdemo_static_DEPENDENCIES = $(mdemo_DEPENDENCIES) -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/mdemo2/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/mdemo2/Makefile.am,v retrieving revision 1.8 diff -u -r1.8 Makefile.am --- tests/mdemo2/Makefile.am 23 Aug 2005 01:49:37 -0000 1.8 +++ tests/mdemo2/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -34,6 +34,5 @@ mdemo2_static_LDADD = $(mdemo2_LDADD) mdemo2_static_DEPENDENCIES = $(mdemo2_DEPENDENCIES) -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/pdemo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/pdemo/Makefile.am,v retrieving revision 1.8 diff -u -r1.8 Makefile.am --- tests/pdemo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.8 +++ tests/pdemo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -64,7 +64,6 @@ chmod +x $@ endif -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck Index: tests/tagdemo/Makefile.am =================================================================== RCS file: /cvsroot/libtool/libtool/tests/tagdemo/Makefile.am,v retrieving revision 1.8 diff -u -r1.8 Makefile.am --- tests/tagdemo/Makefile.am 23 Aug 2005 01:49:37 -0000 1.8 +++ tests/tagdemo/Makefile.am 3 Feb 2006 09:34:03 -0000 @@ -44,6 +44,5 @@ tagdemo_SOURCES = main.cpp tagdemo_LDADD = libbaz.la -$(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck