summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-19 22:00:45 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-19 22:00:45 (GMT)
commitded2e207f4a5ed221df4a4141cc40f3c07e2b801 (patch)
tree580a1d638c0587606e677ed9555bfbdf6d5c386b /Makefile.in
parenta94145118a41cc09807b85da7324778340a5ed35 (diff)
downloadcpython-ded2e207f4a5ed221df4a4141cc40f3c07e2b801.zip
cpython-ded2e207f4a5ed221df4a4141cc40f3c07e2b801.tar.gz
cpython-ded2e207f4a5ed221df4a4141cc40f3c07e2b801.tar.bz2
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.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index e903816..a093aaa 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)