aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp
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 /gnu/usr.bin/cc/cpp
parentc2762004a6c6fcf1ff51715e529d47a3755a2695 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 56fdc06de53c..12be88f94c51 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -17,6 +17,6 @@ LDADD+= ${LIBCC_INT}
CLEANFILES= cpp.1
cpp.1: cccp.1
- ln -sf ${.ALLSRC} ${.TARGET}
+ cat ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>