summaryrefslogtreecommitdiff
path: root/tests/basename
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-01 12:49:12 +0000
committerJim Meyering <jim@meyering.net>2000-03-01 12:49:12 +0000
commit883cd6c62de3de31bb86f8670c61feb1aeb1d5f3 (patch)
tree93110c41ac554543420125319a00c435692282b6 /tests/basename
parent172290c201c93260262770b06a8b50ebb90390e0 (diff)
downloadcoreutils-883cd6c62de3de31bb86f8670c61feb1aeb1d5f3.tar.xz
.
Diffstat (limited to 'tests/basename')
-rw-r--r--tests/basename/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in
index 149ec7992..126d143b7 100644
--- a/tests/basename/Makefile.in
+++ b/tests/basename/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -86,6 +88,7 @@ INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
KMEM_GROUP = @KMEM_GROUP@
+LIBICONV = @LIBICONV@
LIBOBJS = @LIBOBJS@
LIB_CRYPT = @LIB_CRYPT@
MAKEINFO = @MAKEINFO@
@@ -155,7 +158,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done