diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-04 15:01:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-04 15:01:06 +0000 |
commit | b541bff3de0f8bb9bdc0a11813f667123abb6d9e (patch) | |
tree | 05ee787c2e892ca0f6a669091be0a4a3ca82557b /tests/date | |
parent | bea4748f5c8fce9ee7f01dcbe505ccf25d53f141 (diff) | |
download | coreutils-b541bff3de0f8bb9bdc0a11813f667123abb6d9e.tar.xz |
.
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index a3a933f30..0a724f7d8 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -138,7 +138,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/date/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |