diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-15 06:13:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-15 06:13:00 +0000 |
commit | 73a206d970da218758f293b90a086faf5c941125 (patch) | |
tree | b32723aeac4615de32acfa7adbf3a5e8efa5c3cc /tests/head | |
parent | dad89f8b93eceed5081c068ff9f1056f0e5f58c6 (diff) | |
download | coreutils-73a206d970da218758f293b90a086faf5c941125.tar.xz |
.
Diffstat (limited to 'tests/head')
-rw-r--r-- | tests/head/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index a51211d09..8b620f2c5 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -123,6 +123,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +subdir = tests/head mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -150,8 +151,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/head - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |