git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eea5a0
)
flex and bison now have different prefixes
author
Matthias Kramm
<kramm@quiss.org>
Mon, 2 Feb 2009 19:01:01 +0000
(20:01 +0100)
committer
Matthias Kramm
<kramm@quiss.org>
Mon, 2 Feb 2009 19:01:01 +0000
(20:01 +0100)
lib/as3/Makefile
patch
|
blob
|
history
diff --git
a/lib/as3/Makefile
b/lib/as3/Makefile
index
b996325
..
8e0036c
100644
(file)
--- a/
lib/as3/Makefile
+++ b/
lib/as3/Makefile
@@
-25,10
+25,10
@@
D=-g -pg
tokenizer.yy.c: tokenizer.lex tokenizer.h
- flex -Pavm2_ -8 -B -otokenizer.yy.c tokenizer.lex
+ flex -Pas3_ -8 -B -otokenizer.yy.c tokenizer.lex
parser.tab.h parser.tab.c: parser.y parser.h skeleton.m4
- bison -S ./skeleton.m4 -v --defines -pavm2_ parser.y -o parser.tab.c
+ bison -S ./skeleton.m4 -v --defines -pa3_ parser.y -o parser.tab.c
main.o: main.c parser.tab.h parser.h
gcc $(D) -c main.c -o main.o