Changeset 1244 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- May 31, 2002, 7:05:46 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Makefile.am
r953 r1244 1 NULL =2 3 1 YACCFLAGS = -d --output-file=grammar.cpp --file-prefix=grammar --name-prefix=kjsyy 4 2 … … 8 6 9 7 grammar-stamp: grammar.y 10 $(YACC) $(YACCFLAGS) $< 11 cp -f grammar.cpp.h grammar.h 12 touch $@ 8 $(YACC) $(YACCFLAGS) $< && cp -f grammar.cpp.h grammar.h && touch $@ 13 9 14 10 LUT_FILES = math_object.lut.h lexer.lut.h array_object.lut.h date_object.lut.h string_object.lut.h number_object.lut.h
Note:
See TracChangeset
for help on using the changeset viewer.