summaryrefslogtreecommitdiff
path: root/tests/sort
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-08 05:35:20 +0000
committerJim Meyering <jim@meyering.net>1996-12-08 05:35:20 +0000
commitf31b9b9fee2eb4f927d1448e5475509b828f6d5e (patch)
tree1a975ebcf96556f76aa2a82fc7439118444ff557 /tests/sort
parentacc8601b656748034c91927ad5ad5efee792818e (diff)
downloadcoreutils-f31b9b9fee2eb4f927d1448e5475509b828f6d5e.tar.xz
.
Diffstat (limited to 'tests/sort')
-rw-r--r--tests/sort/Makefile.in25
1 files changed, 13 insertions, 12 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index a1c805f00..e8e0032b4 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1g from Makefile.am
+# Makefile.in generated automatically by automake 1.1k from Makefile.am
# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -86,13 +86,15 @@ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) \
TAR = tar
default: all
+.SUFFIXES:
+.SUFFIXES: .pl
+$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in
+ cd $(top_srcdir) && automake --gnu Makefile
-$(srcdir)/Makefile.in: @MAINT@Makefile.am $(top_srcdir)/configure.in
- cd $(top_srcdir) && automake --strictness=gnu $(subdir)/Makefile
-
-Makefile: $(top_builddir)/config.status $(srcdir)/Makefile.in $(BUILT_SOURCES)
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
tags: TAGS
TAGS:
@@ -130,7 +132,8 @@ check-TESTS: $(TESTS)
fi
info:
dvi:
-check: all check-TESTS
+check: all
+ $(MAKE) check-TESTS
installcheck:
install-exec:
$(NORMAL_INSTALL)
@@ -166,16 +169,16 @@ maintainer-clean-generic:
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean: mostlyclean-generic
-clean: clean-generic mostlyclean
+clean: clean-generic mostlyclean
-distclean: distclean-generic clean
+distclean: distclean-generic clean
rm -f config.status
-maintainer-clean: maintainer-clean-generic distclean
+maintainer-clean: maintainer-clean-generic distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
-.PHONY: default tags distdir check-TESTS info dvi check installcheck \
+.PHONY: default tags distdir check-TESTS info dvi installcheck \
install-exec install-data install uninstall all installdirs \
mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
@@ -189,8 +192,6 @@ $x-tests: @MAINT@ build-script Test.pm
.pl:
rm -f $@ $@.tmp
$(editpl) $< > $@.tmp && chmod +x $@.tmp && mv $@.tmp $@
-.SUFFIXES:
-.SUFFIXES: .pl
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.