diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 22:00:45 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 22:00:45 +0000 |
commit | 96e5a31c41b87d57e752b22ee8dd920edacb4a08 (patch) | |
tree | 20c8b5f7636d7c718d30f7b9242f806ceadc6f70 /Makefile.in | |
parent | 72f43fb7441f1d3ab357f8b069ce8e276ce59579 (diff) | |
download | cpython-96e5a31c41b87d57e752b22ee8dd920edacb4a08.tar.gz |
Change libainstall again: need to install fewer files for "freeze";
add Setup.local to list of installed files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index e9038160eb..a093aaa73e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -329,15 +329,12 @@ libainstall: all $(INSTALL_DATA) $(LIBRARY) $(LIBPL)/$(LIBRARY) $(RANLIB) $(LIBPL)/$(LIBRARY) $(INSTALL_DATA) Modules/config.c $(LIBPL)/config.c - $(INSTALL_DATA) $(srcdir)/Modules/getpath.c $(LIBPL)/getpath.c - $(INSTALL_DATA) $(srcdir)/Modules/getbuildinfo.c $(LIBPL)/getbuildinfo.c $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup + $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local $(INSTALL_PROGRAM) $(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 the dynamically loadable modules # This goes into $(exec_prefix) |