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