]> git.saurik.com Git - cydia.git/blobdiff - makefile
Version number change should rebuild user agent code.
[cydia.git] / makefile
index 574c6fa5120b4c370be78c1d6f77e244b6488556..80a8fd2ab021a369fd82167f3463306c4392ffbd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -63,8 +63,6 @@ version := $(shell ./version.sh)
 gxx := /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-$(gcc)
 cycc = $(gxx) -mthumb -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F{sysroot,}/Library/Frameworks
 
-flags += -DCYDIA_VERSION='"$(version)"'
-
 dirs := Menes CyteKit Cydia SDURLCache
 
 code := $(foreach dir,$(dirs),$(wildcard $(foreach ext,h hpp c cpp m mm,$(dir)/*.$(ext))))
@@ -108,6 +106,8 @@ Objects/%.o: %.mm $(header)
        @echo "[cycc] $<"
        @$(cycc) -c -o $@ $< $(flags) $(xflags)
 
+Objects/MobileCydia.o: version.h
+
 Images/%.png: %.png
        @mkdir -p $(dir $@)
        @echo "[pngc] $<"