diff options
Diffstat (limited to 'tests/wc')
-rw-r--r-- | tests/wc/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index eb1405fe5..3583aeceb 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/Makefile.in @@ -118,6 +118,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +subdir = tests/wc mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -145,8 +146,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/wc - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |