Changeset 1433 for trunk/src/ash
- Timestamp:
- Mar 24, 2008, 3:59:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/Makefile.kmk
r1432 r1433 133 133 endif 134 134 135 $(PATH_TARGET)/arith.h $(PATH_TARGET)/arith.c: arith.y | $(call DIRDEP,$(PATH_TARGET))135 $(PATH_TARGET)/arith.h + $(PATH_TARGET)/arith.c: arith.y | $(call DIRDEP,$(PATH_TARGET)) 136 136 $(YACC) -ld $^ 137 137 $(MV) -f y.tab.c $(PATH_TARGET)/arith.c … … 141 141 flex -8 -o$@ $^ # 8-bit lex scanner for arithmetic 142 142 143 $(PATH_TARGET)/builtins.h $(PATH_TARGET)/builtins.c: $(PATH_CURRENT)/mkbuiltins shell.h builtins.def | $(call DIRDEP,$(PATH_TARGET))143 $(PATH_TARGET)/builtins.h + $(PATH_TARGET)/builtins.c: $(PATH_CURRENT)/mkbuiltins shell.h builtins.def | $(call DIRDEP,$(PATH_TARGET)) 144 144 $(BOOTSTRAP_SHELL) $+ $(dir $@) 145 145 [ -f $(PATH_TARGET)/builtins.h ] 146 146 147 $(PATH_TARGET)/nodes.h $(PATH_TARGET)/nodes.c: $(PATH_CURRENT)/mknodes.sh nodetypes nodes.c.pat | $(call DIRDEP,$(PATH_TARGET))147 $(PATH_TARGET)/nodes.h + $(PATH_TARGET)/nodes.c: $(PATH_CURRENT)/mknodes.sh nodetypes nodes.c.pat | $(call DIRDEP,$(PATH_TARGET)) 148 148 $(BOOTSTRAP_SHELL) $+ $(dir $@) 149 149 [ -f $(dir $@)/nodes.h ]
Note:
See TracChangeset
for help on using the changeset viewer.