From af880c0b80921f54419fe2e7bb09b12591515f70 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Fri, 17 Dec 2004 22:31:54 +0000 Subject: [PATCH] Changed INST_LOCATION = to INST_LOCATION ?= --- Make/makedefs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index d2490e3c2..060424456 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -91,7 +91,7 @@ BININST = bin/$(OS)$(ARCH)/ PLUGININST = lib/$(OS)$(ARCH)/osgPlugins LIBINST = lib/$(OS)$(ARCH) -INST_LOCATION = /usr/local +INST_LOCATION ?= /usr/local INST_LIBS = $(INST_LOCATION)/lib$(ARCHINST) INST_PLUGINS = $(INST_LOCATION)/lib$(ARCHINST)/osgPlugins INST_INCLUDE = $(INST_LOCATION)/include @@ -207,7 +207,7 @@ ifeq ($(OS),SunOS) SOCKET_LIBS = -lsocket -lnsl INSTBINCMD = cp INSTDEVCMD = cp - INST_LOCATION = /opt/OpenSceneGraph + INST_LOCATION ?= /opt/OpenSceneGraph MAKEDIST = $(TOPDIR)/Make/makepkg OTHER_LIBS = -lOpenThreads @@ -541,7 +541,7 @@ ifeq ($(OS),CYGWIN) LIB_EXT = dll PLUGIN_EXT = dll LINK = cp -f - INST_LOCATION = /usr/local/OpenSceneGraph + INST_LOCATION ?= /usr/local/OpenSceneGraph INST_LIBS = $(INST_LOCATION)/bin INST_PLUGINS = $(INST_LOCATION)/bin INST_INCLUDE = $(INST_LOCATION)/include @@ -596,7 +596,7 @@ ifeq ($(OS),MINGW) LIB_EXT = dll PLUGIN_EXT = dll LINK = cp -f - INST_LOCATION = /usr/local/OpenSceneGraph + INST_LOCATION ?= /usr/local/OpenSceneGraph INST_LIBS = $(INST_LOCATION)/bin INST_PLUGINS = $(INST_LOCATION)/bin INST_INCLUDE = $(INST_LOCATION)/include