diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1995-08-09 10:39:48 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1995-08-09 10:39:48 (GMT) |
commit | 9f0a17b83f0babee7743af03f594316a11907884 (patch) | |
tree | 8c86dbeb88f0ff0d4fb8a4a9ced7d4e6d1c5ea73 /Makefile.in | |
parent | ad5d2cf12caf1b6be8e07794f943c0016fc8f29f (diff) | |
download | cpython-9f0a17b83f0babee7743af03f594316a11907884.zip cpython-9f0a17b83f0babee7743af03f594316a11907884.tar.gz cpython-9f0a17b83f0babee7743af03f594316a11907884.tar.bz2 |
Better fix for creating extended pythons. (getpath.c needs to be
recompiled for the extensions)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4ebcd7a..5765fa9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: |