mirror of https://github.com/python/cpython
Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
This commit is contained in:
parent
ad5d2cf12c
commit
9f0a17b83f
|
@ -159,7 +159,6 @@ libainstall: all
|
||||||
$(INSTALL_DATA) config.h $(LIBPL)/config.h
|
$(INSTALL_DATA) config.h $(LIBPL)/config.h
|
||||||
$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
|
$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
|
||||||
$(INSTALL_DATA) Modules/main.o $(LIBPL)/main.o
|
$(INSTALL_DATA) Modules/main.o $(LIBPL)/main.o
|
||||||
$(INSTALL_DATA) Modules/getpath.o $(LIBPL)/getpath.o
|
|
||||||
|
|
||||||
# install the dynamically loadable modules
|
# install the dynamically loadable modules
|
||||||
sharedinstall:
|
sharedinstall:
|
||||||
|
|
Loading…
Reference in New Issue