diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-01 12:29:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-01 12:29:00 +0000 |
commit | 1679d72fee2c172f2458189142781b97f485c7a0 (patch) | |
tree | 48c2540ebd5dc19ad2196d38284a20be7a5a7d7c /doc | |
parent | 317732f3d9eefa5d9b52f6fe4d6f3e5e1f9cf0bb (diff) | |
download | coreutils-1679d72fee2c172f2458189142781b97f485c7a0.tar.xz |
.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 263dc36d1..35071c8ff 100644 --- a/doc/Makefile.in +++ b/doc/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@ @@ -269,7 +271,6 @@ dist-info: $(INFO_DEPS) d=$(srcdir); \ for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \ test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done; \ done @@ -306,7 +307,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 |