diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-01 07:43:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-01 07:43:13 +0000 |
commit | 1db08245869d574ab79b77cc4f7340772c36c22f (patch) | |
tree | 2259afb11061dff7581afa471239e724b74354b6 /tests/ln | |
parent | 4d9bd132854e436dca64c3bd630c8bb8009aa3d7 (diff) | |
download | coreutils-1db08245869d574ab79b77cc4f7340772c36c22f.tar.xz |
.
Diffstat (limited to 'tests/ln')
-rw-r--r-- | tests/ln/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/ln/Makefile.in b/tests/ln/Makefile.in index 7105a68ac..f5f9632a2 100644 --- a/tests/ln/Makefile.in +++ b/tests/ln/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4i from Makefile.am. +# Makefile.in generated automatically by automake 1.5 from Makefile.am. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. @@ -66,6 +66,7 @@ CPP = @CPP@ DATADIRNAME = @DATADIRNAME@ DEPDIR = @DEPDIR@ DF_PROG = @DF_PROG@ +EXEEXT = @EXEEXT@ FESETROUND_LIBM = @FESETROUND_LIBM@ GENCAT = @GENCAT@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ @@ -91,6 +92,7 @@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ NEED_SETGID = @NEED_SETGID@ +OBJEXT = @OBJEXT@ OPTIONAL_BIN_PROGS = @OPTIONAL_BIN_PROGS@ OPTIONAL_BIN_ZCRIPTS = @OPTIONAL_BIN_ZCRIPTS@ PACKAGE = @PACKAGE@ @@ -106,8 +108,8 @@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ YACC = @YACC@ -_am_include = @_am_include@ -_am_quote = @_am_quote@ +am__include = @am__include@ +am__quote = @am__quote@ install_sh = @install_sh@ l = @l@ @@ -118,8 +120,6 @@ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH -EXEEXT = -OBJEXT = o subdir = tests/ln mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h |