diff options
| author | phil <phil@NetBSD.org> | 1996-03-11 17:22:42 +0000 |
|---|---|---|
| committer | phil <phil@NetBSD.org> | 1996-03-11 17:22:42 +0000 |
| commit | 4de80584499fb652a05e0f420c675889fbaa7aa2 (patch) | |
| tree | 2e10cae9d2fccaff9e7bd61273739cddb75ad97b /gnu/lib/libg++ | |
| parent | 046633ffe18c247651769ac35b1bc1d0641ec43d (diff) | |
Added / in cmp path for /usr/include/g++/stl. (To match libg++2netbsd and
be correct.)
Diffstat (limited to 'gnu/lib/libg++')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 3fb6e7597ee..9949e7f8b15 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1996/03/11 04:58:22 thorpej Exp $ +# $NetBSD: Makefile,v 1.14 1996/03/11 17:22:42 phil Exp $ SUBDIR= libg++ libstdc++ # libio libiostream @@ -31,7 +31,7 @@ beforeinstall: done) @echo installing includes from libstdc++/stl @(cd libstdc++/stl ; for j in *.h; do \ - cmp -s $$j ${DESTDIR}/usr/include/g++stl/$$j || \ + cmp -s $$j ${DESTDIR}/usr/include/g++/stl/$$j || \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$j \ ${DESTDIR}/usr/include/g++/stl/$$j; \ done) |
