diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1995-08-09 09:18:20 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1995-08-09 09:18:20 (GMT) |
commit | ad5d2cf12caf1b6be8e07794f943c0016fc8f29f (patch) | |
tree | cd9e51f3753e75e110e127f61d7c06a130519325 /Makefile.in | |
parent | 9d8fe6483d3dcb74b8b9250e6f01ce263111ac41 (diff) | |
download | cpython-ad5d2cf12caf1b6be8e07794f943c0016fc8f29f.zip cpython-ad5d2cf12caf1b6be8e07794f943c0016fc8f29f.tar.gz cpython-ad5d2cf12caf1b6be8e07794f943c0016fc8f29f.tar.bz2 |
Fixed creation of extended python.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2ec5142..4ebcd7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -158,6 +158,8 @@ libainstall: all $(INSTALL_DATA) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup $(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: |