blob: b4e298027a7ee4b65f46a1d65a2b0050e8481ceb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.in.orig Wed Aug 30 11:43:56 2000
+++ Makefile.in Wed Aug 30 16:32:22 2000
@@ -110,8 +110,8 @@
# Portable install script (configure doesn't always guess right)
INSTALL= @srcdir@/install-sh -c
-INSTALL_PROGRAM=${INSTALL} -m $(EXEMODE)
-INSTALL_DATA= ${INSTALL} -m $(FILEMODE)
+INSTALL_PROGRAM=${BSD_INSTALL_SCRIPT}
+INSTALL_DATA= ${BSD_INSTALL_DATA}
# Use this to make a link between python$(VERSION) and python in $(BINDIR)
LN=@LN@
|