configure: Set IOCS_APPL_TOP from INSTALL_LOCATION

Fixes lp:1165257
This commit is contained in:
Andrew Johnson
2013-04-09 12:39:26 -05:00
parent 58c031238b
commit 880db9d4af
4 changed files with 25 additions and 18 deletions

View File

@ -76,9 +76,12 @@ INSTALL_DB = $(INSTALL_LOCATION)/db
INSTALL_CONFIG = $(INSTALL_LOCATION)/configure
INSTALL_JAVA = $(INSTALL_LOCATION)/javalib
#Directory for OS independant build created files
# Directory for OS independant build created files
COMMON_DIR = ../O.Common
# The IOC's path to $(TOP), may be overridden inside the application
IOCS_APPL_TOP = $(INSTALL_LOCATION)
#-------------------------------------------------------
# Make echo output - suppress echoing if make's '-s' flag is set
NOP = :