- Timestamp:
- Apr 1, 2007 3:16:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/Makefile.kmk
r809 r868 129 129 # 130 130 BOOTSTRAP_SHELL ?= $(SHELL) 131 YACC ?= yacc 131 132 132 133 $(PATH_TARGET)/arith.h $(PATH_TARGET)/arith.c: arith.y | $(call DIRDEP,$(PATH_TARGET)) 133 yacc-ld $^134 $(YACC) -ld $^ 134 135 $(MV) -f y.tab.c $(PATH_TARGET)/arith.c 135 136 $(MV) -f y.tab.h $(PATH_TARGET)/arith.h
Note:
See TracChangeset
for help on using the changeset viewer.