summaryrefslogtreecommitdiff
path: root/tests/install
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install')
-rw-r--r--tests/install/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/install/Makefile.in b/tests/install/Makefile.in
index e1cc0400b..06a13664b 100644
--- a/tests/install/Makefile.in
+++ b/tests/install/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@
@@ -151,7 +153,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