aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libsupc++/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:01:00 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-05-12 16:01:00 +0000
commitc7b111cba82a6eafca66d37944c7293fb1a11000 (patch)
tree57ff969855b4ca919ff4d533236ef90e163b1e76 /gnu/lib/libsupc++/Makefile
parent26e5d4d14fe0a1a8c1169a4f02b167aa6b26e2e7 (diff)
Notes
Diffstat (limited to 'gnu/lib/libsupc++/Makefile')
-rw-r--r--gnu/lib/libsupc++/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile
index a35befcd10af..2e5b1cc50d8f 100644
--- a/gnu/lib/libsupc++/Makefile
+++ b/gnu/lib/libsupc++/Makefile
@@ -19,10 +19,7 @@ CXXFLAGS+= -nostdinc++ \
-fno-implicit-templates -ffunction-sections -fdata-sections
HDRS= exception new typeinfo cxxabi.h exception_defines.h
-
-beforeinstall:
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${HDRS:S;^;${SRCDIR}/;} \
- ${DESTDIR}/usr/include/g++-v3
+INCS= ${HDRS:S;^;${SRCDIR}/;}
+INCSDIR=${INCLUDEDIR}/g++-v3
.include <bsd.lib.mk>