Better fix for creating extended pythons. (getpath.c needs to be

recompiled for the extensions)
This commit is contained in:
Sjoerd Mullender 1995-08-09 10:39:48 +00:00
parent ad5d2cf12c
commit 9f0a17b83f
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ libainstall: all
$(INSTALL_DATA) config.h $(LIBPL)/config.h
$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
$(INSTALL_DATA) Modules/main.o $(LIBPL)/main.o
$(INSTALL_DATA) Modules/getpath.o $(LIBPL)/getpath.o
# install the dynamically loadable modules
sharedinstall: