Changeset 3378 for trunk/ash/Makefile.kmk
- Timestamp:
- Jun 6, 2007, 5:22:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ash/Makefile.kmk
r3229 r3378 74 74 75 75 $(PATH_TARGET)/arith_lex.c: arith_lex.l | $(call DIRDEP,$(PATH_TARGET)) 76 flex -8 -o$@ $^ # 8-bit lex scanner for arithmetic 76 flex -8 -o$@ $^ 77 # -8 -- 8-bit lex scanner for arithmetic 77 78 78 79 $(PATH_TARGET)/builtins.h $(PATH_TARGET)/builtins.c: mkbuiltins shell.h builtins.def | $(call DIRDEP,$(PATH_TARGET))
Note:
See TracChangeset
for help on using the changeset viewer.