Changeset 1244 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
May 31, 2002, 7:05:46 AM (23 years ago)
Author:
darin
Message:
  • Makefile.am:
  • kjs/Makefile.am: Slight improvements to rules that touch stamp files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/Makefile.am

    r953 r1244  
    1 NULL =
    2 
    31YACCFLAGS = -d --output-file=grammar.cpp --file-prefix=grammar --name-prefix=kjsyy
    42
     
    86
    97grammar-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 $@
    139
    1410LUT_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.