Changeset 236 for trunk/src/emx/common.smak
- Timestamp:
- May 26, 2003, 4:43:12 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/common.smak
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r235 r236 37 37 38 38 ifdef .INSDIR 39 DO.INSTALL += $(call CP,$.$(.TARG),$(INS)$(.INSDIR)$(.TARGET))$(NL) 40 INSDIRS += $(INS)$(.INSDIR) 39 INS.FILES += $(INS)$(.INSDIR)$(.TARGET) 40 $(INS)$(.INSDIR)$(.TARGET): $.$(.TARG) 41 $(call CP,$<,$@) 41 42 endif # def .INSDIR 42 43 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.