from gcc.old:
>it's ${BUILDINCS} not {BUILDINCS}
This commit is contained in:
parent
cd95df3a39
commit
8cf273c725
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.18 2016/03/22 04:53:17 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2017/11/14 00:55:29 mrg Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
@ -29,7 +29,7 @@ INCSDIR= /usr/include/g++/bits
|
||||
|
||||
.include "${.CURDIR}/../Makefile.includes"
|
||||
|
||||
CLEANFILES+= {BUILDINCS}
|
||||
CLEANFILES+= ${BUILDINCS}
|
||||
|
||||
CXXDIST= ${DIST}/libstdc++-v3
|
||||
COPYHEADERS= \
|
||||
|
Loading…
Reference in New Issue
Block a user