From 573e0948ea5943b0afa7bd71a6b8ec77210e96ac Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 31 Aug 2001 11:01:20 +0000 Subject: [PATCH] Don't clobber the default for CFLAGS. Reviewed by: dfr --- sys/boot/alpha/libalpha/Makefile | 2 +- sys/boot/arc/lib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile index 702f6d519efd..0abacda92737 100644 --- a/sys/boot/alpha/libalpha/Makefile +++ b/sys/boot/alpha/libalpha/Makefile @@ -7,7 +7,7 @@ INTERNALLIB= true # XXX hack to pick up stand.h LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand -CFLAGS= -I${LIBSTANDDIR} +CFLAGS+= -I${LIBSTANDDIR} CFLAGS+= -DDEBUG # Pick up the bootstrap header for some interface items diff --git a/sys/boot/arc/lib/Makefile b/sys/boot/arc/lib/Makefile index a9c0e2d246cb..1c7bb6cbde27 100644 --- a/sys/boot/arc/lib/Makefile +++ b/sys/boot/arc/lib/Makefile @@ -8,7 +8,7 @@ INTERNALLIB= true .PATH: ${.CURDIR}/arch/${MACHINE_ARCH} # XXX hack to pick up stand.h LIBSTANDDIR= ${.CURDIR}/../../../../lib/libstand -CFLAGS= -I${LIBSTANDDIR} +CFLAGS+= -I${LIBSTANDDIR} CFLAGS+= -DDEBUG # Pick up the bootstrap header for some interface items