diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-04 23:05:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-04 23:05:22 +0000 |
commit | 8e04be3e8db29a9b47ff3cf32a88b65f54db88f8 (patch) | |
tree | d500b5821976ded35944d67d3c1f9295a3fc9b91 /tests/cut | |
parent | 4369606f156afc9f62adede6626375c343e69671 (diff) | |
download | coreutils-8e04be3e8db29a9b47ff3cf32a88b65f54db88f8.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 9f2f95678..bf70b2d45 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -125,7 +125,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/cut-test/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 |