X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fas3%2FMakefile;h=826281cbe88df519995fe1303acd434cb14bd5fe;hp=0ddf96a68e860093f76370f183f6ea9aba7beeb9;hb=32add149087f12dd242eff60e09737389ec587bb;hpb=8bef54dce0a8a53a9b4b42e2491f7f14bfb58575 diff --git a/lib/as3/Makefile b/lib/as3/Makefile index 0ddf96a..826281c 100644 --- a/lib/as3/Makefile +++ b/lib/as3/Makefile @@ -18,7 +18,7 @@ BISONDEBUGFLAGS=-t BISONDEBUGDEFINE=-DBISONDEBUG endif parser.tab.h parser.tab.c: parser.y parser.h skeleton.m4 Makefile - /usr/local/bin/bison $(BISONDEBUGFLAGS) -S ./skeleton.m4 -v --defines -pa3_ parser.y -o parser.tab.c + bison $(BISONDEBUGFLAGS) -S ./skeleton.m4 -v --defines -pa3_ parser.y -o parser.tab.c main.o: main.c parser.tab.h parser.h $(C) $(BISONDEBUGDEFINE) main.c -o main.o