diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-13 23:41:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-13 23:41:12 +0000 |
commit | ea93e0b7adfe4775e3cf0fb17943d7a34ee29cac (patch) | |
tree | eea2d992de1b567c5180819d45c069bc2a091dd5 | |
parent | 7603401c862002d8337197219753dba087af1cd1 (diff) | |
download | coreutils-ea93e0b7adfe4775e3cf0fb17943d7a34ee29cac.tar.xz |
.
-rw-r--r-- | tests/cut/Makefile.in | 2 | ||||
-rw-r--r-- | tests/join/Makefile.in | 2 | ||||
-rw-r--r-- | tests/md5sum/Makefile.in | 2 | ||||
-rw-r--r-- | tests/sort/Makefile.in | 2 | ||||
-rw-r--r-- | tests/tr/Makefile.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index d10c86970..6d45943d9 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -83,7 +83,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu tests/cut-test/Makefile + cd $(top_srcdir) && automake --gnits tests/cut-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index d669d6abf..1bd6a73be 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -84,7 +84,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu tests/join-test/Makefile + cd $(top_srcdir) && automake --gnits tests/join-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index bb32ce4f3..dc1b901d6 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -62,7 +62,7 @@ default: all .SUFFIXES: $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu tests/md5sum-test/Makefile + cd $(top_srcdir) && automake --gnits tests/md5sum-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 18b91f60a..bd614e4eb 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -88,7 +88,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu tests/sort-test/Makefile + cd $(top_srcdir) && automake --gnits tests/sort-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 62f867e3e..cb331dc75 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -85,7 +85,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) - cd $(top_srcdir) && automake --gnu tests/tr-test/Makefile + cd $(top_srcdir) && automake --gnits tests/tr-test/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ |