diff --git a/Make/makedefs b/Make/makedefs index bbf9054bb..6623cf5d8 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -53,7 +53,7 @@ MAKEDEPEND = ignore VERSION_MAJOR = 0 VERSION_MINOR = 9 VERSION_RELEASE = 7 -VERSION_REVISION ?= 2 +VERSION_REVISION ?= 0 ifneq (,$(OSG_VERSION_REVISION)) VERSION_REVISION = $(OSG_VERSION_REVISION) endif @@ -88,8 +88,8 @@ DOF = $(OPTF) DEBUGDIR = $(OS)$(ARCH).Debug OPTDIR = $(OS)$(ARCH).Opt BININST = bin -LIBINST = lib PLUGININST = lib/$(OS)$(ARCH)/osgPlugins +LIBINST = lib/$(OS)$(ARCH) INST_LOCATION = /usr/local INST_LIBS = $(INST_LOCATION)/lib$(ARCHINST)