summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/panel
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-06-06 13:46:55 +0000
committerkuriyama <kuriyama@FreeBSD.org>2003-06-06 13:46:55 +0000
commitf0a040c72b8815658ec48ee53b31b22a37ad5087 (patch)
tree105031d796a987b6ae19ac2274544ddf8fed1447 /lib/ncurses/panel
parent5277e2870bb549d615e847a5b5efaac1dfed4223 (diff)
downloadFreeBSD-src-f0a040c72b8815658ec48ee53b31b22a37ad5087.zip
FreeBSD-src-f0a040c72b8815658ec48ee53b31b22a37ad5087.tar.gz
Use
cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde
Diffstat (limited to 'lib/ncurses/panel')
-rw-r--r--lib/ncurses/panel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/panel/Makefile b/lib/ncurses/panel/Makefile
index 5c1f601..e715921 100644
--- a/lib/ncurses/panel/Makefile
+++ b/lib/ncurses/panel/Makefile
@@ -32,7 +32,7 @@ ncurses_def.h: MKncurses_def.sh ncurses_defs
CLEANFILES+= panel.3
MAN= panel.3
panel.3: panel.3x
- ln -s ${.ALLSRC} ${.TARGET}
+ cat ${.ALLSRC} > ${.TARGET}
MLINKS+=panel.3 bottom_panel.3 panel.3 del_panel.3 panel.3 hide_panel.3 \
panel.3 move_panel.3 panel.3 new_panel.3 panel.3 panel_above.3 \
OpenPOWER on IntegriCloud