summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/parser')
-rw-r--r--src/usr/errl/parser/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/errl/parser/makefile b/src/usr/errl/parser/makefile
index d87017a3b..a48373c65 100644
--- a/src/usr/errl/parser/makefile
+++ b/src/usr/errl/parser/makefile
@@ -32,11 +32,11 @@ SRCPARSE_HEADER_TARGET = \
${GENFILES}/hostBootSrcParse.H
CC=g++ -m32
-CFLAGS:=-g -O0 -I $(ROOTPATH)/src/include/usr
+CFLAGS:=-g -O0 -I $(ROOTPATH)/src/include/usr -D PARSER
BIN:=bin
-all: code_pass
+all: gen_pass code_pass
gen_pass:
OpenPOWER on IntegriCloud