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/test | |
parent | a162f7053907b78f8c0d3655568a137184a9c054 (diff) | |
download | coreutils-92462cca2a7797498b4219d02fea70678bb3e88d.tar.xz |
.
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 8f2e7ee9f..9e74464ed 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -159,6 +159,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +subdir = tests/test mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -186,8 +187,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/test - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |