From 6cb98092de275ff0b7081c58174af9e23d73c633 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 28 Jan 2012 10:33:48 +0000 Subject: [PATCH] gmake sucks. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3967 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/Makefile b/engine/Makefile index 1a6171e5b..41e4ae446 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -1202,20 +1202,20 @@ droid-rel: droid/build.xml droid/ftekeystore mkdir -p droid/libs/armeabi @cp $(RELEASE_DIR)/libftedroid.so droid/libs/armeabi/ @cd droid && $(ANT) release - ifneq ($(DROID_PACKSC),) +ifneq ($(DROID_PACKSC),) @echo @echo @echo Adding custom data files (non-compressed) @echo zip droid/bin/FTEDroid-release-unsigned.apk -0 -j $(DROID_PACKSU) - endif - ifneq ($(DROID_PACKSU),) +endif +ifneq ($(DROID_PACKSU),) @echo @echo @echo Adding custom data files (compressed) @echo zip droid/bin/FTEDroid-release-unsigned.apk -9 -j $(DROID_PACKSC) - endif +endif @echo @echo @echo Signing package... I hope you remember your password.