diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-09 20:17:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-09 20:17:28 +0000 |
| commit | 28ab40c2dca1f61d2d2f95ae16066edb1285cb13 (patch) | |
| tree | 8b6b9bd0d7674149c83712eaf116fecb95f85f0a /gnu/usr.bin/cc | |
| parent | de28d89963d97f41a113e6cd22f17ff5474e6fde (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/cc1plus/Makefile | 7 |
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> |
