Changeset 1188 for trunk/src


Ignore:
Timestamp:
Feb 5, 2004, 10:33:03 PM (22 years ago)
Author:
bird
Message:

Corrected .TKVAR related problem.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1187 r1188  
    1212
    1313# Compute the new output file directory
     14ifdef .TKVAR
     15.TKIND.DIR := $(subst $(SPACE),-,$(.TKIND))/$(.TKVAR)/
     16else
    1417.TKIND.DIR := $(subst $(SPACE),-,$(.TKIND))/
     18endif
    1519
    1620# Compute the name of target file to build
Note: See TracChangeset for help on using the changeset viewer.