diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-01 12:27:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-01 12:27:54 +0000 |
commit | 317732f3d9eefa5d9b52f6fe4d6f3e5e1f9cf0bb (patch) | |
tree | 4702f7d29f1baa73c2663ccbb2c467d4e7f3fec8 /tests/uniq | |
parent | fc1d2abff13e069594341bb74600058c3ed7280e (diff) | |
download | coreutils-317732f3d9eefa5d9b52f6fe4d6f3e5e1f9cf0bb.tar.xz |
.
Diffstat (limited to 'tests/uniq')
-rw-r--r-- | tests/uniq/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index 2baa60375..571fcdeb1 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/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@ @@ -175,7 +177,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 |