diff options
Diffstat (limited to 'tests/tac')
-rw-r--r-- | tests/tac/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |