aboutsummaryrefslogtreecommitdiff
path: root/lib/libmenu
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-06-06 13:46:55 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-06-06 13:46:55 +0000
commit3a624f5e231be635938172fee38b15046d4ef3dd (patch)
tree105031d796a987b6ae19ac2274544ddf8fed1447 /lib/libmenu
parentc2762004a6c6fcf1ff51715e529d47a3755a2695 (diff)
downloadsrc-3a624f5e231be635938172fee38b15046d4ef3dd.tar.gz
src-3a624f5e231be635938172fee38b15046d4ef3dd.zip
Use
cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde
Notes
Notes: svn path=/head/; revision=115898
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile
index 0c3088bd6db4..fd3ddfe71158 100644
--- a/lib/libmenu/Makefile
+++ b/lib/libmenu/Makefile
@@ -42,7 +42,7 @@ MANx= menu.3x menu_attributes.3x menu_cursor.3x \
CLEANFILES+=${page:T:S/x$//g}
MAN+=${page:T:S/x$//g}
${page:T:S/x$//g}: ${page}
- ln -s ${.ALLSRC} ${.TARGET}
+ cat ${.ALLSRC} > ${.TARGET}
.endfor
MLINKS+=menu_attributes.3 menu_back.3 menu_attributes.3 menu_fore.3 \