diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-16 19:11:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-16 19:11:16 +0000 |
commit | 92462cca2a7797498b4219d02fea70678bb3e88d (patch) | |
tree | b95c286011f04ce6536d100756baa41be7ebadb1 /tests/seq | |
parent | a162f7053907b78f8c0d3655568a137184a9c054 (diff) | |
download | coreutils-92462cca2a7797498b4219d02fea70678bb3e88d.tar.xz |
.
Diffstat (limited to 'tests/seq')
-rw-r--r-- | tests/seq/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 6c6679dcd..477c45b4f 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -116,6 +116,7 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=seq +subdir = tests/seq mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -141,8 +142,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/seq - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |