diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-24 07:42:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-24 07:42:42 +0000 |
commit | 566b0c41e3e889059dea0aedc1bccc7285b6138b (patch) | |
tree | 708c619d3d527fa8035bbaeae35725a9b88ca0d5 /tests/cut | |
parent | 72a5a4b5af543e637b4f80abdf85ff870fb2409c (diff) | |
download | coreutils-566b0c41e3e889059dea0aedc1bccc7285b6138b.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 18e7da0d9..4064c3e5a 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/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@ @@ -92,6 +93,8 @@ U = @U@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ +YACC = @YACC@ +install_sh = @install_sh@ l = @l@ |