- Timestamp:
- Nov 17, 2007, 2:26:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ash/Makefile.kmk
r3485 r3613 77 77 # -8 -- 8-bit lex scanner for arithmetic 78 78 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)) 80 80 $(ASH) $+ $(dir $@) 81 81 [ -f $(PATH_TARGET)/builtins.h ] 82 82 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)) 84 84 $(ASH) $+ $(dir $@) 85 85 [ -f $(dir $@)/nodes.h ]
Note:
See TracChangeset
for help on using the changeset viewer.