summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-30 14:34:09 +0000
committerJim Meyering <jim@meyering.net>1999-08-30 14:34:09 +0000
commit805034d054f0e35ee531e30b84db8f0526d79c83 (patch)
tree372816213beccb52fd195fe9b1b893790abe3bbc /tests
parentc180c51c79fa19f31ead0a79bf3cd9c3c8589df6 (diff)
downloadcoreutils-805034d054f0e35ee531e30b84db8f0526d79c83.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/chmod/Makefile.in2
-rw-r--r--tests/cp/Makefile.in2
-rw-r--r--tests/dd/Makefile.in2
-rw-r--r--tests/dircolors/Makefile.in2
-rw-r--r--tests/install/Makefile.in2
-rw-r--r--tests/ln/Makefile.in2
-rw-r--r--tests/ls-2/Makefile.in2
-rw-r--r--tests/ls/Makefile.in2
-rw-r--r--tests/mkdir/Makefile.in2
-rw-r--r--tests/mv/Makefile.in2
-rw-r--r--tests/rm/Makefile.in2
-rw-r--r--tests/touch/Makefile.in2
12 files changed, 24 insertions, 0 deletions
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index 3ae458bac..3f4f1df73 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/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@
diff --git a/tests/cp/Makefile.in b/tests/cp/Makefile.in
index 0331dec84..c06ac3f8d 100644
--- a/tests/cp/Makefile.in
+++ b/tests/cp/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@
diff --git a/tests/dd/Makefile.in b/tests/dd/Makefile.in
index 57e881c2e..4493c8ba7 100644
--- a/tests/dd/Makefile.in
+++ b/tests/dd/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@
diff --git a/tests/dircolors/Makefile.in b/tests/dircolors/Makefile.in
index 75a26af6a..beb73a2d7 100644
--- a/tests/dircolors/Makefile.in
+++ b/tests/dircolors/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@
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index 5f0febc1d..d76a052df 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/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@
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in
index 29a280673..1d7edac6e 100644
--- a/tests/ln/Makefile.in
+++ b/tests/ln/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@
diff --git a/tests/ls-2/Makefile.in b/tests/ls-2/Makefile.in
index 2e1473bcc..f41ac35ee 100644
--- a/tests/ls-2/Makefile.in
+++ b/tests/ls-2/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@
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in
index 3cbeaf7ed..20e435fbc 100644
--- a/tests/ls/Makefile.in
+++ b/tests/ls/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@
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in
index 2d5848196..0d214113b 100644
--- a/tests/mkdir/Makefile.in
+++ b/tests/mkdir/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@
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@
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in
index 3f9b8c210..7da1761ad 100644
--- a/tests/rm/Makefile.in
+++ b/tests/rm/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@
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in
index ed036b0e1..461dbff0c 100644
--- a/tests/touch/Makefile.in
+++ b/tests/touch/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@