From 3a624f5e231be635938172fee38b15046d4ef3dd Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 6 Jun 2003 13:46:55 +0000 Subject: Use cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde --- gnu/usr.bin/cc/cpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/cc/cpp') 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 -- cgit v1.3