diff options
-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) \ |