diff options
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`; \ |