diff options
| author | cgd <cgd@NetBSD.org> | 1994-02-10 02:17:56 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-02-10 02:17:56 +0000 |
| commit | 1a1b1466cb72157fdd996772aa25ef23da2a5f2d (patch) | |
| tree | e097cfecac28291bc642dc5e4518418bbedbd728 /gnu/lib/libg++ | |
| parent | 893697d4df468fc64abeef1166cfe3bf2bbacac7 (diff) | |
kill bogus install -d's. for those that are appropriate (libg++),
make owner and mode explicit, to make the mtree files.
Diffstat (limited to 'gnu/lib/libg++')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index aca2c7cde54..58869ec416b 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,13 +1,12 @@ -# $Id: Makefile,v 1.9 1994/01/07 00:16:43 jtc Exp $ +# $Id: Makefile,v 1.10 1994/02/10 02:17:56 cgd Exp $ SUBDIR= libg++ genclass INCLUDEDIRS= iostream libg++ g++-include beforeinstall: - install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/usr/include/g++ - install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${DESTDIR}/usr/include/g++/gen - + install -d -o bin -g bin -m 755 ${DESTDIR}/usr/include/g++ + install -d -o bin -g bin -m 755 ${DESTDIR}/usr/include/g++/gen @-for i in ${INCLUDEDIRS}; do \ echo installing includes from $$i ; \ (cd $$i; for j in *.[ih]; do \ |
