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