From 5ce0d0f16aed08f68c8585987efe2eebb8649cb0 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 2 Feb 2004 18:00:16 +0000 Subject: [PATCH] removed listaction.o from compiled objects. --- lib/action/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4