Ignore:
Timestamp:
Dec 8, 2003, 6:42:10 AM (22 years ago)
Author:
bird
Message:

.TKVAR = target kind variant.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r884 r885  
    2727endif # neq ($(findstring prof,$(.TKIND)),)
    2828.TKIND := $(.tmp)
     29ifdef .TKVAR
     30.TKIND.DIR := $(subst $(SPACE),-,$(.TKIND))/$(.TKVAR)/
     31else
    2932.TKIND.DIR := $(subst $(SPACE),-,$(.TKIND))/
     33endif
    3034.DIRS :=
    3135
Note: See TracChangeset for help on using the changeset viewer.