diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-13 10:57:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-13 10:57:36 +0000 |
commit | 5dbf55989c6ca8ed8808bdeeaa266033081eb49a (patch) | |
tree | 9b91cc089e381112ac73b136aa3f266507fd69ef | |
parent | 6c07cb8c87d33d4b263479e05c8bad02ebcd8393 (diff) |
avoid installing headers during `install', since this is already done
during `includes'.
-rw-r--r-- | gnu/lib/libstdc++/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper index 8902194b988..4e08e5585e9 100644 --- a/gnu/lib/libstdc++/Makefile.bsd-wrapper +++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2004/01/09 03:27:08 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2004/01/13 10:57:35 espie Exp $ LIBIBERTY_INCLUDES=${.CURDIR}/../libiberty/include LIBIBERTY_SRCDIR=${.CURDIR}/../libiberty/src @@ -18,7 +18,7 @@ all: config.status install: all ${MAKE} ${MAKE_FLAGS} \ - install DESTDIR=${DESTDIR} + install DESTDIR=${DESTDIR} INCLUDE_SUBDIR= # XXX rm -f ${DESTDIR}/usr/lib/libstdc++.la ${DESTDIR}/usr/lib/libsupc++.la |