Skip to content

Commit

Permalink
don't blow up if the files don't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid committed Dec 5, 2013
1 parent 69df195 commit 307fd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FLEX = @with_flex@
all: y.tab.c y.tab.h lex.yy.c

clean:
rm y.tab.c y.tab.h lex.yy.c
rm -f y.tab.c y.tab.h lex.yy.c

y.tab.c y.tab.h: query.yacc
$(BISON) -t -d query.yacc -o y.tab.c --defines=y.tab.h
Expand Down

0 comments on commit 307fd9a

Please sign in to comment.