mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
don't let make use implicit rules for bison/flex output files
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25565 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
Makefile
4
Makefile
@@ -482,10 +482,10 @@ ifneq ($(wildcard .tags-depend),)
|
||||
endif
|
||||
|
||||
ast_expr2.c:
|
||||
bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c
|
||||
bison -o $@ -d --name-prefix=ast_yy ast_expr2.y
|
||||
|
||||
ast_expr2f.c:
|
||||
flex --full ast_expr2.fl
|
||||
flex -o $@ --full ast_expr2.fl
|
||||
|
||||
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
|
||||
gcc -g -c -DSTANDALONE ast_expr2f.c
|
||||
|
Reference in New Issue
Block a user