diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 10:43:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 10:43:53 +0000 |
commit | 52928277c234c8b338c934d1d24c12f1e4e55e8b (patch) | |
tree | d7fbab6697cf13272ce446c7a7be1aa2f371263f /tests | |
parent | a4b249905e57ff00467cd3a279b2d56c10eb471c (diff) | |
download | coreutils-52928277c234c8b338c934d1d24c12f1e4e55e8b.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/date/Makefile.in | 2 | ||||
-rw-r--r-- | tests/test/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 5c878919e..eefa8daa7 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -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= \ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 22ecd031f..0fe914fbc 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -179,7 +179,7 @@ all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits tests/test/Makefile + $(AUTOMAKE) --gnu tests/test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ |