Remove preproc troubleshooting file parser.p #82

It was useful for checking what the pre-processor
did to the parser.c file, but as this invocation
caused problems on macos, we can leave it out.
This commit is contained in:
Thomas Jensen 2021-04-27 10:39:13 +02:00
parent 28e5cef58d
commit b90475eb2c
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

View File

@ -85,7 +85,6 @@ flags_:
parser.c parser.h: parser.y lex.yy.h | check_dir
$(YACC) --warnings=all --verbose --defines=parser.h --output=parser.c $<
cpp -I. -I$(SRC_DIR) -P parser.c parser.p
lex.yy.c lex.yy.h: lexer.l | check_dir
$(LEX) --header-file=lex.yy.h $<