diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-20 15:57:49 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-20 15:57:49 -0700 |
commit | 2d46d29e56fa4e58003787c67953937099fe249c (patch) | |
tree | 761399c0846f754e16b169b5f75b9e48b5c0e96d /makefile | |
parent | 48bf8ba4bd4580abae22b93f77e12e22d3ba81d6 (diff) |
Prefer $@ to hardcode.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 _ |