Changeset 1085


Ignore:
Timestamp:
Jan 26, 2004, 12:35:04 AM (22 years ago)
Author:
bird
Message:

Install sys/gnu/*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/include.smak

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1084 r1085  
    55INS.FILES += $(addprefix $(INS), $(wildcard include/sys/*.h))
    66$(INS)include/sys/%.h: include/sys/%.h
     7        $(call CP,$<,$@)
     8
     9INS.FILES += $(addprefix $(INS), $(wildcard include/sys/gnu/*.h))
     10$(INS)include/sys/gnu/%.h: include/sys/gnu/%.h
    711        $(call CP,$<,$@)
    812
Note: See TracChangeset for help on using the changeset viewer.