Ignore:
Timestamp:
May 26, 2003, 4:43:12 PM (22 years ago)
Author:
zap
Message:

See ChangeLog.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r235 r236  
    3737
    3838ifdef .INSDIR
    39 DO.INSTALL += $(call CP,$.$(.TARG),$(INS)$(.INSDIR)$(.TARGET))$(NL)
    40 INSDIRS += $(INS)$(.INSDIR)
     39INS.FILES += $(INS)$(.INSDIR)$(.TARGET)
     40$(INS)$(.INSDIR)$(.TARGET): $.$(.TARG)
     41        $(call CP,$<,$@)
    4142endif # def .INSDIR
    4243
Note: See TracChangeset for help on using the changeset viewer.