diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-30 14:34:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-30 14:34:09 +0000 |
commit | 805034d054f0e35ee531e30b84db8f0526d79c83 (patch) | |
tree | 372816213beccb52fd195fe9b1b893790abe3bbc /tests/mv | |
parent | c180c51c79fa19f31ead0a79bf3cd9c3c8589df6 (diff) | |
download | coreutils-805034d054f0e35ee531e30b84db8f0526d79c83.tar.xz |
.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 5b3fff92a..6c2edd217 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -61,6 +61,7 @@ host_alias = @host_alias@ host_triplet = @host@ AMTAR = @AMTAR@ AMTARFLAGS = @AMTARFLAGS@ +AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ @@ -93,6 +94,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ +install_sh = @install_sh@ l = @l@ |