added missing dependencies
[swftools.git] / src / Makefile.in
index 85f4601..60666b3 100644 (file)
@@ -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 $@