diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-10 20:59:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-10 20:59:35 +0000 |
commit | 5ea5ea9d2c80579f556964abf19b105f54fced76 (patch) | |
tree | 0dd2f77f10dabb5b3cfbb5d779ce2cd8b9ff066e | |
parent | 7d21f2f4d0ce95cc0930c5ccf909b5d6d5dd35ea (diff) | |
download | coreutils-5ea5ea9d2c80579f556964abf19b105f54fced76.tar.xz |
.
-rw-r--r-- | old/textutils/NEWS | 2 | ||||
-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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 217e6b496..a44518cde 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -22,7 +22,7 @@ Changes in release 1.20 with -COLUMN (a requirement of unrestricted use of form feeds) * pr accepts new option: --test, to run the pr tests with a constant header string -* join passes all of its test on Alpha OSF 4.0. +* join passes all of its tests on Alpha OSF 4.0. * sort no longer improperly ignores blanks in determining starting and ending positions for keys with explicit character offsets * fix bug in csplit with regexp and negative offset that led to infinite loop diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 7d7bb2c7a..81caf4a4c 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -84,7 +84,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in - cd $(top_srcdir) && automake --gnu Makefile + cd $(top_srcdir) && automake --gnits 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 2f6095205..a9e477f2f 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -83,7 +83,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in - cd $(top_srcdir) && automake --gnu Makefile + cd $(top_srcdir) && automake --gnits 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 e4f07c568..fa0ed3acc 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -63,7 +63,7 @@ default: all .SUFFIXES: $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in - cd $(top_srcdir) && automake --gnu Makefile + cd $(top_srcdir) && automake --gnits 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 e8e0032b4..0885010c0 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -89,7 +89,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in - cd $(top_srcdir) && automake --gnu Makefile + cd $(top_srcdir) && automake --gnits 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 383728fdf..97147e003 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -86,7 +86,7 @@ default: all .SUFFIXES: .SUFFIXES: .pl $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in - cd $(top_srcdir) && automake --gnu Makefile + cd $(top_srcdir) && automake --gnits Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ |