2000-10-18 11:58:50 +00:00
|
|
|
--- Makefile.in.orig Wed Aug 30 11:43:56 2000
|
|
|
|
+++ Makefile.in Wed Aug 30 16:32:22 2000
|
|
|
|
@@ -110,8 +110,8 @@
|
1997-02-06 13:11:20 +00:00
|
|
|
|
1998-01-06 08:03:13 +00:00
|
|
|
# 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}
|
1997-02-06 13:11:20 +00:00
|
|
|
|
2000-08-14 12:36:05 +00:00
|
|
|
# Use this to make a link between python$(VERSION) and python in $(BINDIR)
|
|
|
|
LN=@LN@
|