diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-04 19:01:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-04 19:01:55 +0000 |
commit | 14608042ddb5eaef6bc6b712a0ac62339a30aa58 (patch) | |
tree | 14b1dc84b7117198c6075b4bbfe8ef4cdaaf7626 /tests/sort | |
parent | f8bedd0047a75e47673c3a3ff372c2e7319198a4 (diff) | |
download | coreutils-14608042ddb5eaef6bc6b712a0ac62339a30aa58.tar.xz |
.
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index 0599bc32e..913759471 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -139,7 +139,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/sort-test/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |