diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-13 23:19:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-13 23:19:08 +0000 |
commit | 55fa0c6a12d42fb53fe7dc510c48f17272093ff2 (patch) | |
tree | 5b4a646a7327ee00953a4beb7283e2ee955f56cd /tests/touch | |
parent | 6bffd08ba5a72e85b653af086e1ab3bcb08b3998 (diff) | |
download | coreutils-55fa0c6a12d42fb53fe7dc510c48f17272093ff2.tar.xz |
.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index b3f3bc39a..6392f48de 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -59,16 +59,14 @@ 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@ @@ -96,12 +94,13 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ +install_sh = @install_sh@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = empty-file dir-1 dangling-symlink +TESTS = empty-file dir-1 dangling-symlink no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=../../src:$$PATH |