diff options
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 4 | ||||
| -rw-r--r-- | gnu/lib/libg++/libg++2netbsd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 0fad890f079..3e21ca0df5c 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1996/04/08 02:45:55 phil Exp $ +# $NetBSD: Makefile,v 1.16 1996/04/25 01:16:07 jtc Exp $ SUBDIR= libg++ libstdc++ # libio libiostream @@ -9,7 +9,7 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ iterator memory numeric -beforeinstall: +includes: install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ ${DESTDIR}/usr/include/g++ install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ diff --git a/gnu/lib/libg++/libg++2netbsd b/gnu/lib/libg++/libg++2netbsd index e88707a8829..46c0632f24c 100644 --- a/gnu/lib/libg++/libg++2netbsd +++ b/gnu/lib/libg++/libg++2netbsd @@ -1,6 +1,6 @@ #!/usr/gnu/bin/perl # -# $NetBSD: libg++2netbsd,v 1.6 1996/04/08 02:45:57 phil Exp $ +# $NetBSD: libg++2netbsd,v 1.7 1996/04/25 01:16:10 jtc Exp $ # # Perl script to convert a standard distribution directory for libg++ into # a NetBSD source tree. @@ -433,7 +433,7 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ iterator memory numeric -beforeinstall: +includes: install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ ${DESTDIR}/usr/include/g++ install -d -o ${BINOWN} -g ${BINGRP} -m 755 \ |
