summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-02-08 10:43:44 +0000
committerJim Meyering <jim@meyering.net>2001-02-08 10:43:44 +0000
commit4778b57c26834614ff8c482790f0041d4852a93f (patch)
tree75387dee2c59cf4a87bdd11b9cb8f79c66e0d51c /tests/install
parent70c58eb46a52ec6bd13d3bbb9e725ced2ebcdc63 (diff)
downloadcoreutils-4778b57c26834614ff8c482790f0041d4852a93f.tar.xz
.
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index de7ae97fd..495bcc8e9 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4c from Makefile.am
+# Makefile.in generated automatically by automake 1.4b from Makefile.am
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
@@ -67,6 +67,8 @@ CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
DATADIRNAME = @DATADIRNAME@
DEPDIR = @DEPDIR@
DF_PROG = @DF_PROG@
@@ -144,7 +146,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
tags: TAGS
TAGS:
-
check-TESTS: $(TESTS)
@failed=0; all=0; xfail=0; xpass=0; \
srcdir=$(srcdir); export srcdir; \
@@ -269,12 +270,12 @@ maintainer-clean-am: maintainer-clean-generic distclean-am
maintainer-clean: maintainer-clean-am
-.PHONY: all all-am all-redirect check check-TESTS check-am clean \
-clean-generic distclean distclean-generic distdir dvi dvi-am info \
-info-am install install-am install-data install-data-am install-exec \
-install-exec-am install-strip installcheck installcheck-am installdirs \
-maintainer-clean maintainer-clean-generic mostlyclean \
-mostlyclean-generic uninstall uninstall-am
+.PHONY: tags check-TESTS distdir info-am info dvi-am dvi check check-am \
+installcheck-am installcheck install-exec-am install-exec \
+install-data-am install-data install-am install uninstall-am uninstall \
+all-redirect all-am all install-strip installdirs mostlyclean-generic \
+distclean-generic clean-generic maintainer-clean-generic clean \
+mostlyclean distclean maintainer-clean
# Tell versions [3.59,3.63) of GNU make to not export all variables.