diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-26 07:31:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-26 07:31:42 +0000 |
commit | 0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80 (patch) | |
tree | 2963260d2861699267970c0701393383a6e440cd /tests/ls | |
parent | a6db3e776e8782991a33c9ef1888e8a94ce65720 (diff) | |
download | coreutils-0d6c8509797d9d3b5d07d425cf3c2ed9758e4d80.tar.xz |
.
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.in | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index f5e6badf8..2de6c6207 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/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@ @@ -102,7 +105,12 @@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = rt-1 time-1 EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = LS=../../src/ls TOUCH=../../src/touch +TESTS_ENVIRONMENT = \ + top_srcdir=$(top_srcdir) \ + srcdir=$(srcdir) \ + PATH=`pwd`/../../src:$$PATH \ + PROG=ls + subdir = tests/ls mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h @@ -117,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/ls/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/ls/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 |