diff options
Diffstat (limited to 'tests/join/Makefile.in')
-rw-r--r-- | tests/join/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index 5626beabd..edebee323 100644 --- a/tests/join/Makefile.in +++ b/tests/join/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@ @@ -179,7 +181,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 |