diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-15 05:46:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-15 05:46:45 +0000 |
commit | dad89f8b93eceed5081c068ff9f1056f0e5f58c6 (patch) | |
tree | 5c54c7b944e050240effaa29637f6e5527011dad /tests/cp | |
parent | 23d3bb9416dcf7b8c1f4fdd1215dea8d34706201 (diff) | |
download | coreutils-dad89f8b93eceed5081c068ff9f1056f0e5f58c6.tar.xz |
.
Diffstat (limited to 'tests/cp')
-rw-r--r-- | tests/cp/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in index 4dfd7a6c1..fcf73faf8 100644 --- a/tests/cp/Makefile.in +++ b/tests/cp/Makefile.in @@ -107,6 +107,7 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH +subdir = tests/cp mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -132,8 +133,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/cp - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |