From fb53eb09cf47e5397dcc6b99bc5c6f156470e08e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 1 Jun 2011 22:53:00 +0200 Subject: [PATCH] boot/cdbootblock: use AFLAGS instead of CPPFLAGS . this unbreaks building the .iso --- boot/cdbootblock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/cdbootblock/Makefile b/boot/cdbootblock/Makefile index 3dc0ba0d3..c4286b988 100644 --- a/boot/cdbootblock/Makefile +++ b/boot/cdbootblock/Makefile @@ -11,7 +11,7 @@ PROG= cdbootblock SRCS= bootblock.s .PATH: ${.CURDIR}/../bootblock -CPPFLAGS+= -DCDBOOT +AFLAGS+= -DCDBOOT BINDIR= /usr/mdec MAN=