diff options
Diffstat (limited to 'tests/install/Makefile.in')
-rw-r--r-- | tests/install/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in index b32dd496d..53b0c6ad3 100644 --- a/tests/install/Makefile.in +++ b/tests/install/Makefile.in @@ -107,6 +107,7 @@ TESTS_ENVIRONMENT = \ MKDIR=../../src/mkdir \ RM=../../src/rm +subdir = tests/install mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -132,8 +133,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/install - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |