From 0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Nov 1999 07:31:42 +0000 Subject: . --- tests/install/Makefile.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/install') 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 -- cgit v1.2.3-54-g00ecf