summaryrefslogtreecommitdiff
path: root/lang/python27/files/patch-aa
blob: 68894855ce069a23833acd270e7440db15f20862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Makefile.in.orig	Fri Oct 25 16:37:32 1996
+++ Makefile.in	Thu Feb  6 12:02:11 1997
@@ -95,10 +95,10 @@
 
 # Expanded directories
 BINDIR=		$(exec_prefix)/bin
-LIBDIR=		$(exec_prefix)/lib
+LIBDIR=		$(exec_prefix)/share
 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)