diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-29 13:52:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-29 13:52:16 +0000 |
commit | 90c131fa21d2d85deaf9dce1cf8d2156f8183311 (patch) | |
tree | 8fc34fc1750a18d7c593b6506593bd7f39fcd005 /tests/factor | |
parent | a6b6c95b839cbc3a947b857c98771f3793d7f87d (diff) | |
download | coreutils-90c131fa21d2d85deaf9dce1cf8d2156f8183311.tar.xz |
.
Diffstat (limited to 'tests/factor')
-rw-r--r-- | tests/factor/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index a77ac6943..d8d66e7ea 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -129,7 +129,7 @@ default: all $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/factor/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 |