Use 'includes' instead of 'beforeinstall' target to install headersUpdate libg++2netbsd to match
This commit is contained in:
parent
b8a3e738c6
commit
c63d7d5d2e
@ -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
|
SUBDIR= libg++ libstdc++ # libio libiostream
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
|
|||||||
iterator memory numeric
|
iterator memory numeric
|
||||||
|
|
||||||
|
|
||||||
beforeinstall:
|
includes:
|
||||||
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
||||||
${DESTDIR}/usr/include/g++
|
${DESTDIR}/usr/include/g++
|
||||||
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/usr/gnu/bin/perl
|
#!/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
|
# Perl script to convert a standard distribution directory for libg++ into
|
||||||
# a NetBSD source tree.
|
# a NetBSD source tree.
|
||||||
@ -433,7 +433,7 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \
|
|||||||
iterator memory numeric
|
iterator memory numeric
|
||||||
|
|
||||||
|
|
||||||
beforeinstall:
|
includes:
|
||||||
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
||||||
${DESTDIR}/usr/include/g++
|
${DESTDIR}/usr/include/g++
|
||||||
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
install -d -o ${BINOWN} -g ${BINGRP} -m 755 \
|
||||||
|
Loading…
Reference in New Issue
Block a user