diff options
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 447bc65bf..85ab19c03 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -102,6 +102,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = rt-1 time-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch +subdir = tests/ls mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -127,8 +128,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/ls - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |