diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-22 20:11:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-22 20:11:33 +0000 |
commit | b4c4729c8f3e543ea9671ce3ebdb5c0f1074cc34 (patch) | |
tree | 5f037e44fe279d9fda11acb45b4e2a1558115b0f /tests | |
parent | f4ab08b5caf0cb9dc0e4ff09ca71c33c35243238 (diff) | |
download | coreutils-b4c4729c8f3e543ea9671ce3ebdb5c0f1074cc34.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basename/Makefile.in | 1 | ||||
-rw-r--r-- | tests/date/Makefile.in | 3 | ||||
-rw-r--r-- | tests/expr/Makefile.in | 1 | ||||
-rw-r--r-- | tests/factor/Makefile.in | 1 | ||||
-rw-r--r-- | tests/seq/Makefile.in | 1 | ||||
-rw-r--r-- | tests/stty/Makefile.in | 1 | ||||
-rw-r--r-- | tests/test/Makefile.in | 3 |
7 files changed, 9 insertions, 2 deletions
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 18d4f6436..8e4160109 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index c3dabf8f5..323dd1e2e 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ @@ -165,7 +166,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/expr/Makefile.in b/tests/expr/Makefile.in index f8a2202f8..ba78c1f67 100644 --- a/tests/expr/Makefile.in +++ b/tests/expr/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 51377b832..090cf0872 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 8de5781dc..f6a4ed192 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index d8f0eb604..e5a55d7a5 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index a97055891..17eaece80 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -76,6 +76,7 @@ GMSGFMT = @GMSGFMT@ GNU_PACKAGE = @GNU_PACKAGE@ GT_NO = @GT_NO@ GT_YES = @GT_YES@ +HELP2MAN = @HELP2MAN@ INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ @@ -179,7 +180,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= \ |