diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-22 13:14:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-22 13:14:19 +0000 |
commit | b9cbaa70736ba7efdf48141068121014856710d0 (patch) | |
tree | 0999317894787cce36ea0aa0bba7248293a7cb3a /tests/cut | |
parent | 6c95094270d1ebde5f62c9e7bd25e8f26ade95c6 (diff) | |
download | coreutils-b9cbaa70736ba7efdf48141068121014856710d0.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index e100bbc5e..ed0f0ab60 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/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/cut/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/cut/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 |