aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses/form/Makefile
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/ncurses/form/Makefile
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/ncurses/form/Makefile')
-rw-r--r--lib/ncurses/form/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/form/Makefile b/lib/ncurses/form/Makefile
index 7c225887fd9e..6e69075ba698 100644
--- a/lib/ncurses/form/Makefile
+++ b/lib/ncurses/form/Makefile
@@ -45,7 +45,7 @@ MANx= form.3x form_cursor.3x form_data.3x form_driver.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+=form_cursor.3 pos_form_cursor.3