From da7bfcdf0c068abf5067b8a83689c247313e7403 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 31 Aug 2001 11:01:20 +0000 Subject: Don't clobber the default for CFLAGS. Reviewed by: dfr --- sys/boot/alpha/libalpha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/alpha') diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile index 702f6d51..0abacda 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 -- cgit v1.1