diff options
Diffstat (limited to 'tests/mv/Makefile.in')
-rw-r--r-- | tests/mv/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index c0a49e93f..268b96b17 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -117,6 +117,7 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=mv +subdir = tests/mv mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -142,8 +143,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/mv - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |