commit 07db15b16690f5c9855b81969300b7034c215c7e Author: David Fifield david@bamsoftware.com Date: Thu Jun 9 07:23:16 2011 -0700
The generic mxmlc rule should not depend on badge.png.
That's specific to swfcat. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index c98c0ee..72f5162 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TARGETS = swfcat.swf
all: $(TARGETS)
-%.swf: %.as badge.png +%.swf: %.as $(MXMLC) -output $@ -static-link-runtime-shared-libraries -define=RTMFP::CIRRUS_KEY,"$(CIRRUS_KEY)" $<
swfcat.swf: *.as badge.png
tor-commits@lists.torproject.org