summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-09 20:17:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-09 20:17:28 +0000
commit28ab40c2dca1f61d2d2f95ae16066edb1285cb13 (patch)
tree8b6b9bd0d7674149c83712eaf116fecb95f85f0a /gnu/usr.bin/cc
parentde28d89963d97f41a113e6cd22f17ff5474e6fde (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 30ab06eb9ba5..1995642dec08 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -25,10 +25,7 @@ parse.h: y.tab.h parse.c
CLEANFILES+= parse.h
CPPHDRS= exception new new.h typeinfo
-
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${CPPHDRS:S;^;${GCCDIR}/cp/inc/;} \
- ${DESTDIR}/usr/include/g++
+INCS= ${CPPHDRS:S;^;${GCCDIR}/cp/inc/;}
+INCSDIR= ${INCLUDEDIR}/g++
.include <bsd.prog.mk>