Introduce osgi-install target
[cc0/argeo-build.git] / osgi.mk
diff --git a/osgi.mk b/osgi.mk
index d2274e9796eb54af843f3c16fd8266d6fb34d3c2..5e426a6d0fe0a35865c7b8f4f4fda563f3f315a9 100644 (file)
--- a/osgi.mk
+++ b/osgi.mk
@@ -7,7 +7,7 @@ include $(ARGEO_BUILD_BASE)common.mk
 # SDK_SRC_BASE         the base of the source code, typically the root of the cloned git repository
 # SDK_BUILD_BASE       the base of the output
 # JAVA_HOME                    the base of the JDK used to build
-A2_OUTPUT = $(SDK_BUILD_BASE)/a2
+A2_OUTPUT ?= $(SDK_BUILD_BASE)/a2
 JVM ?= $(JAVA_HOME)/bin/java
 JAVADOC ?= $(JAVA_HOME)/bin/javadoc