summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-26 07:31:42 +0000
committerJim Meyering <jim@meyering.net>1999-11-26 07:31:42 +0000
commit0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80 (patch)
tree2963260d2861699267970c0701393383a6e440cd /tests/install
parenta6db3e776e8782991a33c9ef1888e8a94ce65720 (diff)
downloadcoreutils-0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80.tar.xz
.
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 32fcd5a37..91c2ccc80 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/Makefile.in
@@ -59,14 +59,17 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@
+AMDEP = @AMDEP@
AMTAR = @AMTAR@
-AMTARFLAGS = @AMTARFLAGS@
AWK = @AWK@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CPP = @CPP@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
DATADIRNAME = @DATADIRNAME@
+DEPDIR = @DEPDIR@
DF_PROG = @DF_PROG@
GENCAT = @GENCAT@
GETCONF = @GETCONF@
@@ -122,9 +125,9 @@ GZIP_ENV = --best
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnits --include-deps tests/install/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/install/Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status