]> git.saurik.com Git - cydia.git/commitdiff
Prefer $@ to hardcode.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 20 Mar 2011 22:57:49 +0000 (15:57 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 20 Mar 2011 22:57:49 +0000 (15:57 -0700)
makefile

index 84e605f0cce8d2987e0d209dcf3749f8b53a41de..f1ebe56ee04bca17a2e67f0f839d8e0a78bd151f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -132,7 +132,7 @@ CydiaAppliance: CydiaAppliance.mm
 
 postinst: postinst.mm Sources.mm Sources.h CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h
        $(cycc) $(filter %.mm,$^) $(flags) -framework CoreFoundation -framework Foundation -framework UIKit -lpcre
-       @ldid -T0 -S postinst
+       @ldid -T0 -S $@
 
 debs/cydia_$(version)_iphoneos-arm.deb: MobileCydia preinst postinst $(images) $(shell find MobileCydia.app) cydia.control
        sudo rm -rf _