From: kramm Date: Mon, 2 Feb 2004 18:00:16 +0000 (+0000) Subject: removed listaction.o from compiled objects. X-Git-Tag: release-0-5-0~55 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5ce0d0f16aed08f68c8585987efe2eebb8649cb0 removed listaction.o from compiled objects. --- 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