summaryrefslogtreecommitdiff
path: root/tests/sort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-22 03:30:23 +0000
committerJim Meyering <jim@meyering.net>1996-12-22 03:30:23 +0000
commit3982e9cdf868fdf104581a7eb431185dab0352a9 (patch)
treecd000243cb6fbe8453ccec8bde30ab3aee69dc7a /tests/sort
parenta5b6fae599071084e509e78a6f0b8ef65593589b (diff)
downloadcoreutils-3982e9cdf868fdf104581a7eb431185dab0352a9.tar.xz
.
Diffstat (limited to 'tests/sort')
-rw-r--r--tests/sort/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index c07535fab..9dfdc011c 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -43,7 +43,6 @@ GMSGFMT = @GMSGFMT@
CC = @CC@
x = sort
-
explicit =
maint_gen = t01a.in t01a.exp t02a.in t02a.exp t02b.in t02b.exp t02c.in \
t02c.exp t02d.in t02d.exp t02e.in t02e.exp t02f.in t02f.exp t03a.in t03a.exp \
@@ -116,7 +115,7 @@ default: all
.SUFFIXES:
.SUFFIXES: .pl
$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL)
- cd $(top_srcdir) && automake --gnits tests/sort-test/Makefile
+ cd $(top_srcdir) && automake --gnu tests/sort-test/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -224,9 +223,12 @@ $x-tests: @MAINT@mk-script Test.pm
@MAINT@rebuild-check: Test.pm mk-script
@MAINT@ rb=rb-check; rm -f $rb; \
-@MAINT@ sed -n '1,/^##test-files-begin/p' Makefile.am > $$rb; \
+@MAINT@ m_template=../Makefile.am.in; \
+@MAINT@ sed -n '1,/^##test-files-begin/p' $$m_template > $$rb; \
+@MAINT@ tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
+@MAINT@ echo "x = $$tool" >> $$rb; \
@MAINT@ ./mk-script --list >> $$rb; \
-@MAINT@ sed -n '/^##test-files-end/,$$p' Makefile.am >> $$rb; \
+@MAINT@ sed -n '/^##test-files-end/,$$p' $$m_template >> $$rb; \
@MAINT@ diff -u Makefile.am $$rb && echo ok || echo no
# Tell versions [3.59,3.63) of GNU make to not export all variables.