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/date | |
parent | f4ab08b5caf0cb9dc0e4ff09ca71c33c35243238 (diff) | |
download | coreutils-b4c4729c8f3e543ea9671ce3ebdb5c0f1074cc34.tar.xz |
.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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= \ |