build/makefile
changeset 78 71ad690e91f5
parent 67 63b81d807542
child 80 d6dafc5d983f
--- a/build/makefile	Fri Sep 17 16:44:34 2010 +0300
+++ b/build/makefile	Mon Oct 04 11:29:25 2010 +0300
@@ -94,7 +94,9 @@
 	$(ANT) -f $(JAVA_SRC_ROOT)/build/utilities.xml -q -Dtarget.platform=$(PLATFORM) -Dtarget.cfg=$(VARIANT) clean.api.jars
 
 # Release build for build automation (sbs case is optimized to build on one go)
-releasebuild: build_all
+releasebuild: build_all sis
+
+sis:
 ifeq ($(BUILDENV),symbian)
 	$(MAKE) -C $(JAVA_SRC_ROOT)/build/sis all deploy
 endif