X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2FMakefile.in;h=60666b3502b87c57e5d586614c50449f51499ca3;hp=85f4601dc0531f982dc628362410569219dc6f26;hb=caa234163c632047f436017eaf1f848614d9ffac;hpb=41bd31f149ef809065ab195a77247f1196fbf73e diff --git a/src/Makefile.in b/src/Makefile.in index 85f4601..60666b3 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -42,9 +42,9 @@ swfc.$(O): swfc.c parser.h ../lib/q.h $(C) swfc.c -o $@ swfc-feedback.$(O): swfc-feedback.c swfc-feedback.h $(C) swfc-feedback.c -o $@ -swfc-history.$(O): swfc-history.c swfc-history.h swfc-interpolation.h +swfc-history.$(O): swfc-history.c swfc-history.h swfc-interpolation.h ../lib/q.h $(C) swfc-history.c -o $@ -swfc-interpolation.$(O): swfc-interpolation.c swfc-interpolation.h +swfc-interpolation.$(O): swfc-interpolation.c swfc-interpolation.h ../lib/q.h $(C) swfc-interpolation.c -o $@ parser.$(O): parser.yy.c parser.h ../lib/q.h $(C) parser.yy.c -o $@