From 317732f3d9eefa5d9b52f6fe4d6f3e5e1f9cf0bb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Mar 2000 12:27:54 +0000 Subject: . --- tests/tsort/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/tsort/Makefile.in') diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in index e7241355e..9bb28981b 100644 --- a/tests/tsort/Makefile.in +++ b/tests/tsort/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@ @@ -155,7 +157,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 -- cgit v1.2.3-54-g00ecf