From: Tom Tromey Date: Wed, 30 Apr 1997 01:14:32 +0000 (+0000) Subject: fixed clean bug X-Git-Tag: Release-1-1p~19 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=080aa984781217e34ae39b0e10fe9040c7bb1073;p=automake.git fixed clean bug --- diff --git a/ChangeLog b/ChangeLog index b9e90d4c..b910c1f5 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 636ab669..889568d0 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 0ce515a6..03598f12 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 6d048d5f..bba94b7e 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