Ignore:
Timestamp:
May 21, 2007, 2:27:53 AM (18 years ago)
Author:
bird
Message:

In progress...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Makefile.pre.in

    r3225 r3364  
    484484
    485485$(AST_H): $(AST_ASDL) $(ASDLGEN_FILES)
     486ifndef BOOTSTRAPPING_PYTHON
    486487        $(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL)
     488endif
    487489
    488490$(AST_C): $(AST_ASDL) $(ASDLGEN_FILES)
     491ifndef BOOTSTRAPPING_PYTHON
    489492        $(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL)
     493endif
    490494
    491495Python/compile.o Python/symtable.o: $(GRAMMAR_H) $(AST_H)
Note: See TracChangeset for help on using the changeset viewer.