diff options
| author | jtc <jtc@NetBSD.org> | 1996-04-25 01:16:07 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-04-25 01:16:07 +0000 |
| commit | c63d7d5d2edbe54ee59da79badfed5d8af1ec8e2 (patch) | |
| tree | 01226ee6930ffa21613358c216e4c6f94eeaed77 /gnu/lib/libg++ | |
| parent | b8a3e738c605149b640521decd83313ea2063f9b (diff) | |
Use 'includes' instead of 'beforeinstall' target to install headersUpdate libg++2netbsd to match
Diffstat (limited to 'gnu/lib/libg++')
| -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 \ |
