X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Faction%2FMakefile.in;fp=lib%2Faction%2FMakefile.in;h=9e1c781d714d2597376bc4d77f2e976c26ba9ebb;hb=5ce0d0f16aed08f68c8585987efe2eebb8649cb0;hp=4bda1ee1426b51cfe1d743234e5421a13b0aaf0d;hpb=58e7d89f8115525c32a0e3f3f4e5501c6a17186d;p=swftools.git diff --git a/lib/action/Makefile.in b/lib/action/Makefile.in index 4bda1ee..9e1c781 100755 --- a/lib/action/Makefile.in +++ b/lib/action/Makefile.in @@ -8,7 +8,7 @@ include ../../Makefile.common # In case we need to get more information out of flex #FLEXDEBUG = -d -OBJECTS = compile.o listaction.o \ +OBJECTS = compile.o \ lex.swf4.o lex.swf5.o swf5compiler.tab.o swf4compiler.tab.o \ assembler.o libming.o actioncompiler.o @@ -24,7 +24,7 @@ all: $(OBJECTS) test main swf5compiler.tab.c: swf5compiler.y bison -p swf5 swf5compiler.y -swf5compiler.tab.h: swf5compiler.y +swf5compiler.tab.h: swf5compiler.y bison --defines $(BISONDEBUG) -p swf5 swf5compiler.y swf4compiler.tab.c: swf4compiler.y