diff options
Diffstat (limited to 'tests/ln/Makefile.in')
-rw-r--r-- | tests/ln/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 38facbc88..22c0f0244 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -104,6 +104,7 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH +subdir = tests/ln mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -129,8 +130,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/ln - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |