Ignore:
Timestamp:
Sep 12, 2002, 4:55:54 AM (23 years ago)
Author:
bird
Message:

Corrected bug which made us put the libraries in the PATH_PUB tree instead of PATH_LIB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/make/process.mak

    r9188 r9224  
    1 # $Id: process.mak,v 1.27 2002-09-01 15:35:10 bird Exp $
     1# $Id: process.mak,v 1.28 2002-09-12 02:55:54 bird Exp $
    22
    33#
     
    249249# Default public base directory. (publish)
    250250!ifndef TARGET_PUB_BASE
     251! if "$(TARGET_MODE)" == "LIB" || "$(TARGET_MODE)" == "SYSLIB" || "$(TARGET_MODE)" == "IFSLIB"
     252TARGET_PUB_BASE = $(PATH_LIB)
     253! else
    251254TARGET_PUB_BASE = $(PATH_PUB)
     255!endif
    252256!endif
    253257
     
    273277!  endif
    274278!  if "$(TARGET_MODE)" == "LIB" || "$(TARGET_MODE)" == "SYSLIB" || "$(TARGET_MODE)" == "IFSLIB"
    275 TARGET_PUB_SUB  = $(PATH_SUB_LIB)
     279TARGET_PUB_SUB  = .
    276280!  endif
    277281!  if "$(TARGET_MODE)" == "SYS" || "$(TARGET_MODE)" == "IFS"
Note: See TracChangeset for help on using the changeset viewer.