- Timestamp:
- Mar 21, 2014, 11:02:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/Makefile.pre.in
r391 r397 625 625 626 626 $(AST_H): $(AST_ASDL) $(ASDLGEN_FILES) 627 ifndef BOOTSTRAPPING_PYTHON628 627 $(MKDIR_P) $(AST_H_DIR) 629 628 $(ASDLGEN) -h $(AST_H_DIR) $(AST_ASDL) 630 endif631 629 632 630 $(AST_C): $(AST_ASDL) $(ASDLGEN_FILES) 633 ifndef BOOTSTRAPPING_PYTHON634 631 $(MKDIR_P) $(AST_C_DIR) 635 632 $(ASDLGEN) -c $(AST_C_DIR) $(AST_ASDL) 636 endif637 633 638 634 Python/compile.o Python/symtable.o Python/ast.o: $(GRAMMAR_H) $(AST_H) … … 880 876 -rm -f $(DESTDIR)$(LIBPC)/python.pc 881 877 (cd $(DESTDIR)$(LIBPC); $(LN) -s python2.pc python.pc) 878 ifneq ($(filter os2emx os2knix,$(MACHDEP)),) # bird-like hack! 882 879 rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \ 883 880 $(INSTALL_PROGRAM) $(BUILDPYTHON) $(DESTDIR)$(BINDIR)/$(PYTHON); \ 884 881 $(INSTALL_DATA) $(LDLIBRARY) $(DLLLIBRARY) $(DESTDIR)$(LIBDIR); \ 882 endif 885 883 886 884 # Install the interpreter with $(VERSION) affixed
Note:
See TracChangeset
for help on using the changeset viewer.