Changeset 5376

Show
Ignore:
Timestamp:
08/02/06 12:47:57
Author:
robert
Message:

From Antoine Hue, replaced = with ?= in INST_LOCATION

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenThreads/trunk/Make/makedefs

    r5375 r5376  
    8686IMP_LIBINST = lib/$(OS)$(ARCH) 
    8787 
    88 INST_LOCATION      = /usr/local 
     88INST_LOCATION      ?= /usr/local 
    8989INST_LIBS          = $(INST_LOCATION)/lib$(ARCH_EXT) 
    9090INST_INCLUDE       = $(INST_LOCATION)/include 
     
    179179  INSTXCMD        = cp 
    180180  INSTRCMD        = cp 
    181   INST_LOCATION   = /opt/OpenThreads 
     181  INST_LOCATION   ?= /opt/OpenThreads 
    182182  INST_LIBS       = $(INST_LOCATION)/lib$(ARCH_EXT) 
    183183  INST_INCLUDE    = $(INST_LOCATION)/include 
     
    339339  LINK              = cp -f 
    340340 
    341   INST_LOCATION     = /usr/local/OpenThreads 
     341  INST_LOCATION     ?= /usr/local/OpenThreads 
    342342  INST_INCLUDE      = $(INST_LOCATION)/include 
    343343  INST_SHARE_PREFIX = $(INST_LOCATION) 
     
    388388  LINK              = cp -f 
    389389 
    390   INST_LOCATION   = /usr/local/OpenThreads 
     390  INST_LOCATION   ?= /usr/local/OpenThreads 
    391391  INST_LIBS         = $(INST_LOCATION)/bin 
    392392  INST_IMP_LIBS     = $(INST_LOCATION)/lib