[tor-commits] [flashproxy/master] The generic mxmlc rule should not depend on badge.png.

dcf at torproject.org dcf at torproject.org
Sun Jun 12 08:56:30 UTC 2011


commit 07db15b16690f5c9855b81969300b7034c215c7e
Author: David Fifield <david at 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





More information about the tor-commits mailing list