blob: 12e39c30e2e7919c0b1ed52b5a9fb02c026af367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.in.orig Fri Oct 25 16:37:32 1996
+++ Makefile.in Mon May 12 21:04:38 1997
@@ -98,7 +98,7 @@
LIBDIR= $(exec_prefix)/lib
MANDIR= $(prefix)/man
INCLUDEDIR= $(prefix)/include
-SCRIPTDIR= $(prefix)/lib
+SCRIPTDIR= $(prefix)/share
# Detailed destination directories
BINLIBDEST= $(LIBDIR)/python$(VERSION)
@@ -288,6 +288,7 @@
echo $(INSTALL_DATA) $$i $(INCLUDEPY); \
$(INSTALL_DATA) $$i $(INCLUDEPY); \
done
+ $(INSTALL_DATA) config.h $(INCLUDEPY)
# Install the lib*.a files and miscellaneous stuff needed by extensions
# This goes into $(exec_prefix)
|