Ignore:
Timestamp:
May 19, 2008, 1:42:37 AM (17 years ago)
Author:
bird
Message:

Proper argument passing - finally!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/include.smak

    r1381 r3645  
    5858$(INS)include/InnoTekLIBC/%.h: include/InnoTekLIBC/%.h
    5959        $(call CP,$<,$@)
     60       
     61INS.FILES += $(addprefix $(INS), $(wildcard include/klibc/*.h))
     62$(INS)include/klibc/%.h: include/klibc/%.h
     63        $(call CP,$<,$@)       
Note: See TracChangeset for help on using the changeset viewer.