mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-14 08:58:48 +02:00
Merge pull request #16 from carnil/bugfix/implicit-declaration-of-function-strdup
Properly quote argument to echo containing # in Makefile
This commit is contained in:
@ -82,7 +82,7 @@ parser.c parser.h: parser.y boxes.h regexp/regexp.h
|
||||
|
||||
lex.yy.c: lexer.l boxes.h
|
||||
$(LEX) -t lexer.l > lexer.tmp.c
|
||||
echo #include "config.h" > lex.yy.c
|
||||
echo '#include "config.h"' > lex.yy.c
|
||||
cat lexer.tmp.c >> lex.yy.c
|
||||
rm lexer.tmp.c
|
||||
|
||||
|
Reference in New Issue
Block a user