diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-16 19:11:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-16 19:11:16 +0000 |
commit | 92462cca2a7797498b4219d02fea70678bb3e88d (patch) | |
tree | b95c286011f04ce6536d100756baa41be7ebadb1 /tests | |
parent | a162f7053907b78f8c0d3655568a137184a9c054 (diff) | |
download | coreutils-92462cca2a7797498b4219d02fea70678bb3e88d.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basename/Makefile.in | 3 | ||||
-rw-r--r-- | tests/date/Makefile.in | 3 | ||||
-rw-r--r-- | tests/factor/Makefile.in | 3 | ||||
-rw-r--r-- | tests/seq/Makefile.in | 3 | ||||
-rw-r--r-- | tests/stty/Makefile.in | 3 | ||||
-rw-r--r-- | tests/test/Makefile.in | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 00a7d7507..47fda66c3 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -116,6 +116,7 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=basename +subdir = tests/basename mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -141,8 +142,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/basename - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index fb6c84655..a134cc26a 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -140,6 +140,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +subdir = tests/date mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -167,8 +168,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/date - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index e519f2432..5882d7aa8 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -116,6 +116,7 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=factor +subdir = tests/factor mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -141,8 +142,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/factor - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 6c6679dcd..477c45b4f 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -116,6 +116,7 @@ TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH \ PROG=seq +subdir = tests/seq mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -141,8 +142,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/seq - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index d4975538e..40a6fd024 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -110,6 +110,7 @@ AUTOMAKE_OPTIONS = 1.2f gnits TESTS = row-col-1 basic-1 EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = PATH=../../src:$$PATH +subdir = tests/stty 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/stty - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index 8f2e7ee9f..9e74464ed 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -159,6 +159,7 @@ mk_script = $(srcdir)/../mk-script MAINTAINERCLEANFILES = $x-tests $(maint_gen) CLEANFILES = $(run_gen) +subdir = tests/test mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = @@ -186,8 +187,6 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = tests/test - distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ |