From 2d46d29e56fa4e58003787c67953937099fe249c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Mar 2011 15:57:49 -0700 Subject: [PATCH] Prefer $@ to hardcode. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _ -- 2.45.2