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 | |
parent | 72a5a4b5af543e637b4f80abdf85ff870fb2409c (diff) | |
download | coreutils-566b0c41e3e889059dea0aedc1bccc7285b6138b.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cut/Makefile.in | 3 | ||||
-rw-r--r-- | tests/head/Makefile.in | 3 | ||||
-rw-r--r-- | tests/join/Makefile.in | 3 | ||||
-rw-r--r-- | tests/md5sum/Makefile.in | 3 | ||||
-rw-r--r-- | tests/pr/Makefile.in | 3 | ||||
-rw-r--r-- | tests/sort/Makefile.in | 3 | ||||
-rw-r--r-- | tests/tac/Makefile.in | 3 | ||||
-rw-r--r-- | tests/tail/Makefile.in | 3 | ||||
-rw-r--r-- | tests/tr/Makefile.in | 3 | ||||
-rw-r--r-- | tests/tsort/Makefile.in | 3 | ||||
-rw-r--r-- | tests/uniq/Makefile.in | 3 | ||||
-rw-r--r-- | tests/wc/Makefile.in | 3 |
12 files changed, 36 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@ diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index 8b620f2c5..53109a6e5 100644 --- a/tests/head/Makefile.in +++ b/tests/head/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@ diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index f35f7cb84..61c7d690b 100644 --- a/tests/join/Makefile.in +++ b/tests/join/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@ diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index efa292ec3..110ac5fbc 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/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@ diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index ef65066e0..2840833b6 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/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@ diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index cc038ba78..cc36ce804 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/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@ diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 222a11189..656aab43c 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/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@ diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index f24d3b1f0..6e38cd56d 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/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@ diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 9d28769a1..ed2138d53 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/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@ diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index b219f4198..4f8f42e0c 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/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@ diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index cc4d13cb4..be43e7a3a 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/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@ diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index 3583aeceb..2cc6e456c 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/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@ |