diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-30 14:59:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-30 14:59:08 +0000 |
commit | 128307fa88455d6fba6fc95e29ddd4178b327911 (patch) | |
tree | 1975c7f8f0a7cc62d72c6efda5f86d5c8cbd2def /tests/seq | |
parent | 84f4450da42d4f53f60776f59ec45bcf8c1ef311 (diff) | |
download | coreutils-128307fa88455d6fba6fc95e29ddd4178b327911.tar.xz |
.
Diffstat (limited to 'tests/seq')
-rw-r--r-- | tests/seq/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 477c45b4f..e2bc094e4 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/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@ @@ -102,6 +103,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ +install_sh = @install_sh@ l = @l@ |