Changeset 18872


Ignore:
Timestamp:
Apr 29, 2002, 2:04:37 PM (23 years ago)
Author:
bird
Message:

Make _all_ libraries in the lib rule.

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:29 bird Exp $
     1# $Id: process.mak,v 1.9 2002-04-29 12:04:37 bird Exp $
    22
    33#
     
    496496
    497497!if "$(TARGET_MODE)" == "LIB" || "$(TARGET_MODE)" == "SYSLIB" || "$(TARGET_MODE)" == "IFSLIB"
    498 lib: $(SUBDIRS_LIB) $(TARGET_ILIB) $(TARGET_PUBNAME)
     498lib: $(SUBDIRS_LIB) $(TARGET_ILIB) $(TARGET) $(TARGET_PUBNAME)
    499499!else
    500500lib: $(SUBDIRS_LIB) $(TARGET_ILIB)
Note: See TracChangeset for help on using the changeset viewer.