From: Tom Tromey Date: Wed, 30 Apr 1997 01:14:38 +0000 (+0000) Subject: fixed clean bug X-Git-Tag: Release-1-1p~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=affd1ba9198b57c4931f34f4ffdc5f26b2b0630e;p=thirdparty%2Fautomake.git fixed clean bug --- diff --git a/ChangeLog b/ChangeLog index b9e90d4c5..b910c1f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Tue Apr 29 19:11:45 1997 Tom Tromey + * automake.in (handle_texinfo): Put `aminfo', not `info' on + @clean. + * mdate-sh: New version from Ulrich Drepper. Mon Apr 28 01:18:05 1997 Tom Tromey diff --git a/Makefile.in b/Makefile.in index 636ab6698..889568d0d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1n from Makefile.am +# Makefile.in generated automatically by automake 1.1o from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -452,15 +452,16 @@ distclean-generic: maintainer-clean-generic: test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -mostlyclean-am: mostlyclean-vti mostlyclean-info mostlyclean-tags \ +mostlyclean-am: mostlyclean-vti mostlyclean-aminfo mostlyclean-tags \ mostlyclean-generic -clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am +clean-am: clean-vti clean-aminfo clean-tags clean-generic \ + mostlyclean-am -distclean-am: distclean-vti distclean-info distclean-tags \ +distclean-am: distclean-vti distclean-aminfo distclean-tags \ distclean-generic clean-am -maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \ +maintainer-clean-am: maintainer-clean-vti maintainer-clean-aminfo \ maintainer-clean-tags maintainer-clean-generic \ distclean-am diff --git a/automake.in b/automake.in index 0ce515a63..03598f122 100755 --- a/automake.in +++ b/automake.in @@ -2062,7 +2062,7 @@ sub handle_texinfo # get run twice during "make all". unshift (@all, '$(INFO_DEPS)'); } - push (@clean, 'info'); + push (@clean, 'aminfo'); push (@info, '$(INFO_DEPS)'); push (@dvi, '$(DVIS)'); diff --git a/tests/Makefile.in b/tests/Makefile.in index 6d048d5f0..bba94b7ea 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1n from Makefile.am +# Makefile.in generated automatically by automake 1.1o from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation