Added / in cmp path for /usr/include/g++/stl. (To match libg++2netbsd and

be correct.)
This commit is contained in:
phil 1996-03-11 17:22:42 +00:00
parent 046633ffe1
commit 4de8058449

View File

@ -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 SUBDIR= libg++ libstdc++ # libio libiostream
@ -31,7 +31,7 @@ beforeinstall:
done) done)
@echo installing includes from libstdc++/stl @echo installing includes from libstdc++/stl
@(cd libstdc++/stl ; for j in *.h; do \ @(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 \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$j \
${DESTDIR}/usr/include/g++/stl/$$j; \ ${DESTDIR}/usr/include/g++/stl/$$j; \
done) done)