Changeset 2714


Ignore:
Timestamp:
Jul 16, 2006, 5:21:40 AM (19 years ago)
Author:
bird
Message:

Dunno why I didn't see this bug earlier...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/Config.kmk

    r2710 r2714  
    6464TEMPLATE_libc =
    6565TEMPLATE_libc_TOOL = GCC3
    66 TEMPLATE_libc_INCS = include $(dir $(LIBC-STD.H))
     66TEMPLATE_libc_INCS = $(PATH_LIBC_INC) $(dir $(LIBC-STD.H))
    6767TEMPLATE_libc_DEPS = $(LIBC-STD.H)
    6868TEMPLATE_libc_INST = usr/lib/
     
    103103TEMPLATE_libcasm_TOOL = GCC3OMF
    104104TEMPLATE_libcasm_ASTOOL = ALP
    105 TEMPLATE_libcasm_INCS = include $(dir $(LIBC-STD.H))
     105TEMPLATE_libcasm_INCS = $(PATH_LIBC_INC) $(dir $(LIBC-STD.H))
    106106TEMPLATE_libcasm_INST = usr/lib/
    107107TEMPLATE_libcasm_ASFLAGS = -Sv:ALP
Note: See TracChangeset for help on using the changeset viewer.