Changeset 3613 for trunk


Ignore:
Timestamp:
Nov 17, 2007, 2:26:14 AM (18 years ago)
Author:
bird
Message:

multi target (kmk specific).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ash/Makefile.kmk

    r3485 r3613  
    7777# -8 -- 8-bit lex scanner for arithmetic
    7878
    79 $(PATH_TARGET)/builtins.h $(PATH_TARGET)/builtins.c: mkbuiltins shell.h builtins.def | $(call DIRDEP,$(PATH_TARGET))
     79$(PATH_TARGET)/builtins.h + $(PATH_TARGET)/builtins.c: mkbuiltins shell.h builtins.def | $(call DIRDEP,$(PATH_TARGET))
    8080        $(ASH) $+ $(dir $@)
    8181        [ -f $(PATH_TARGET)/builtins.h ]
    8282
    83 $(PATH_TARGET)/nodes.h $(PATH_TARGET)/nodes.c: mknodes.sh nodetypes nodes.c.pat | $(call DIRDEP,$(PATH_TARGET))
     83$(PATH_TARGET)/nodes.h + $(PATH_TARGET)/nodes.c: mknodes.sh nodetypes nodes.c.pat | $(call DIRDEP,$(PATH_TARGET))
    8484        $(ASH) $+ $(dir $@)
    8585        [ -f $(dir $@)/nodes.h ]
Note: See TracChangeset for help on using the changeset viewer.