Changeset 9224 for trunk/make/process.mak
- Timestamp:
- Sep 12, 2002, 4:55:54 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make/process.mak
r9188 r9224 1 # $Id: process.mak,v 1.2 7 2002-09-01 15:35:10bird Exp $1 # $Id: process.mak,v 1.28 2002-09-12 02:55:54 bird Exp $ 2 2 3 3 # … … 249 249 # Default public base directory. (publish) 250 250 !ifndef TARGET_PUB_BASE 251 ! if "$(TARGET_MODE)" == "LIB" || "$(TARGET_MODE)" == "SYSLIB" || "$(TARGET_MODE)" == "IFSLIB" 252 TARGET_PUB_BASE = $(PATH_LIB) 253 ! else 251 254 TARGET_PUB_BASE = $(PATH_PUB) 255 !endif 252 256 !endif 253 257 … … 273 277 ! endif 274 278 ! if "$(TARGET_MODE)" == "LIB" || "$(TARGET_MODE)" == "SYSLIB" || "$(TARGET_MODE)" == "IFSLIB" 275 TARGET_PUB_SUB = $(PATH_SUB_LIB)279 TARGET_PUB_SUB = . 276 280 ! endif 277 281 ! if "$(TARGET_MODE)" == "SYS" || "$(TARGET_MODE)" == "IFS"
Note:
See TracChangeset
for help on using the changeset viewer.