blob: e9a3585b82ad221baaceebab244ea622bc4fb325 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.4 2000/04/19 15:30:06 jlam Exp $
--- Makefile.in.orig Mon Feb 21 02:03:26 2000
+++ Makefile.in Mon Apr 17 16:11:47 2000
@@ -74,7 +74,7 @@
@for f in `ls bin/* | grep -v '^bin/R\**$$' \
| grep -v '^bin/R.X11\**$$' \
| grep -v '^bin/R.GNOME\**$$'`; do \
- $(INSTALL) $${f} $(rhome)/bin; \
+ $(INSTALL_SCRIPT) $${f} $(rhome)/bin; \
done
@echo "installing headers ..."
@for f in include/*.h; do \
|