diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-26 10:46:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-26 10:46:20 +0000 |
commit | f811e82ad543bce3f5834a457b4f521a6c9be6df (patch) | |
tree | 28409d4cd9f9efc518e272b9252cfdab16880b02 /tests/cut | |
parent | 52928277c234c8b338c934d1d24c12f1e4e55e8b (diff) | |
download | coreutils-f811e82ad543bce3f5834a457b4f521a6c9be6df.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 5fc1537f8..c425482d0 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -158,7 +158,7 @@ all: all-am .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && \ - $(AUTOMAKE) --gnits tests/cut/Makefile + $(AUTOMAKE) --gnu tests/cut/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && \ CONFIG_HEADERS= CONFIG_LINKS= \ |