summaryrefslogtreecommitdiff
path: root/tests/join
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-22 13:14:19 +0000
committerJim Meyering <jim@meyering.net>1999-11-22 13:14:19 +0000
commitb9cbaa70736ba7efdf48141068121014856710d0 (patch)
tree0999317894787cce36ea0aa0bba7248293a7cb3a /tests/join
parent6c95094270d1ebde5f62c9e7bd25e8f26ade95c6 (diff)
downloadcoreutils-b9cbaa70736ba7efdf48141068121014856710d0.tar.xz
.
Diffstat (limited to 'tests/join')
-rw-r--r--tests/join/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index 70cf2b781..1902362f5 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/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@
GENCAT = @GENCAT@
GETCONF = @GETCONF@
GMOFILES = @GMOFILES@
@@ -94,7 +97,6 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
YACC = @YACC@
-install_sh = @install_sh@
l = @l@
@@ -147,9 +149,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/join/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/join/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