Ignore:
Timestamp:
Jul 29, 2012, 8:18:00 PM (13 years ago)
Author:
bird
Message:

kObjCache: Implemented support for generating makefile dependencies using the #line directives inserted by the preprocessor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kObjCache/Makefile.kmk

    r2413 r2612  
    3030kObjCache_TEMPLATE = BIN
    3131kObjCache_SOURCES = kObjCache.c
    32 kObjCache_LIBS = $(LIB_KUTIL)
     32kObjCache_LIBS = \
     33        $(LIB_KDEP) \
     34        $(LIB_KUTIL)
    3335
    3436include $(KBUILD_PATH)/subfooter.kmk
Note: See TracChangeset for help on using the changeset viewer.