From: Jay Freeman (saurik) Date: Sun, 20 Mar 2011 22:57:49 +0000 (-0700) Subject: Prefer $@ to hardcode. X-Git-Tag: v1.1.0%rc1~68 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/2d46d29e56fa4e58003787c67953937099fe249c Prefer $@ to hardcode. --- diff --git a/makefile b/makefile index 84e605f0..f1ebe56e 100644 --- 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 _