Changeset 18872
- Timestamp:
- Apr 29, 2002, 2:04:37 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/make/process.mak ¶
r18869 r18872 1 # $Id: process.mak,v 1. 8 2002-04-29 11:46:29bird Exp $1 # $Id: process.mak,v 1.9 2002-04-29 12:04:37 bird Exp $ 2 2 3 3 # … … 496 496 497 497 !if "$(TARGET_MODE)" == "LIB" || "$(TARGET_MODE)" == "SYSLIB" || "$(TARGET_MODE)" == "IFSLIB" 498 lib: $(SUBDIRS_LIB) $(TARGET_ILIB) $(TARGET _PUBNAME)498 lib: $(SUBDIRS_LIB) $(TARGET_ILIB) $(TARGET) $(TARGET_PUBNAME) 499 499 !else 500 500 lib: $(SUBDIRS_LIB) $(TARGET_ILIB)
Note:
See TracChangeset
for help on using the changeset viewer.