diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-17 21:54:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-17 21:54:29 +0000 |
commit | 5e55e49972bc141ddeff9c252703eb085be05fb4 (patch) | |
tree | db45a2dca7826dc54ea89b1be02a2e497b70272d | |
parent | 48a255beb0dbd1a8563a6ef2d878694573f5c70a (diff) | |
download | coreutils-5e55e49972bc141ddeff9c252703eb085be05fb4.tar.xz |
.
-rw-r--r-- | doc/Makefile.in | 4 | ||||
-rw-r--r-- | lib/Makefile.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 1c23d71c9..9261f43b8 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -81,7 +81,7 @@ default: all .SUFFIXES: .SUFFIXES: .texi .texinfo .info .dvi .ps $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu doc/Makefile + cd $(top_srcdir) && automake --gnits doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -181,7 +181,7 @@ clean-info: distclean-info: maintainer-clean-info: - for i in $(INFO_DEPS); do rm `eval echo $$i*`; done + for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done tags: TAGS TAGS: diff --git a/lib/Makefile.in b/lib/Makefile.in index 554af768e..e7bb6e913 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -131,7 +131,7 @@ default: all .SUFFIXES: .SUFFIXES: .c .o .y $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu lib/Makefile + cd $(top_srcdir) && automake --gnits lib/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ |