diff options
Diffstat (limited to 'tests/ln')
-rw-r--r-- | tests/ln/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 07c4a18df..d78d6f230 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -59,16 +59,14 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -AMDEP = @AMDEP@ AMTAR = @AMTAR@ +AMTARFLAGS = @AMTARFLAGS@ +AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ -CXX = @CXX@ -CXXCPP = @CXXCPP@ DATADIRNAME = @DATADIRNAME@ -DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ GENCAT = @GENCAT@ GETCONF = @GETCONF@ @@ -96,6 +94,7 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ +install_sh = @install_sh@ l = @l@ |