diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-08-31 11:01:20 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-08-31 11:01:20 +0000 |
| commit | 573e0948ea5943b0afa7bd71a6b8ec77210e96ac (patch) | |
| tree | 07fb6b4db16ff62e5a9f75be86865a1301eebd60 | |
| parent | 81a3cb97a5e39ab53062df9bd762ba6e0f9156cb (diff) | |
Notes
| -rw-r--r-- | sys/boot/alpha/libalpha/Makefile | 2 | ||||
| -rw-r--r-- | 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 |
