diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-14 06:59:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-14 06:59:30 +0000 |
commit | 6195ec1bc720db33404d0f8976aecf212100c7c4 (patch) | |
tree | e087f2d8928eb2e395db639053ab82474d4b2246 /tests/date | |
parent | f5342d557b3d91b342090ca469d1e457577cc365 (diff) | |
download | coreutils-6195ec1bc720db33404d0f8976aecf212100c7c4.tar.xz |
.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index bb9571873..1a57adf7c 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4g from Makefile.am. +# Makefile.in generated automatically by automake 1.4i from Makefile.am. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. @@ -165,7 +165,7 @@ all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits tests/date/Makefile + $(AUTOMAKE) --gnu tests/date/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ @@ -319,8 +319,6 @@ mostlyclean-am: mostlyclean-generic uninstall-am: uninstall-info-am -uninstall-info: uninstall-info-am - .PHONY: all all-am check check-TESTS check-am clean clean-generic \ distclean distclean-generic distdir dvi dvi-am info info-am \ install install-am install-data install-data-am install-exec \ |