From a91aabb88175ffbe045efce2795cefeaa17eff74 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 5 Apr 2008 07:26:32 +0000 Subject: [PATCH] removed rfxswf.o -> modules/*.c dependency --- lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 6494160..68c5761 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -83,7 +83,7 @@ MD5.$(O): MD5.c MD5.h $(C) MD5.c -o $@ log.$(O): log.c log.h $(C) log.c -o $@ -rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(rfxswf_modules) $(top_builddir)/config.h +rfxswf.$(O): rfxswf.c rfxswf.h drawer.h bitio.h log.h MD5.h $(top_builddir)/config.h $(C) rfxswf.c -o $@ $(lame_objects): -- 1.7.10.4