blob: 6f36711e087830f0871d7569c0a14b8407c42ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 1998/12/03 09:08:24 frueauf Exp $
--- ddd/Makefile.in-orig Thu Nov 12 14:32:27 1998
+++ ddd/Makefile.in Sun Nov 15 16:36:38 1998
@@ -267,7 +267,7 @@
## Installation commands.
# General install program. (install -c)
-INSTALL = @INSTALL@
+INSTALL = /usr/bin/install -c
# Command for installing programs. (install -c)
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|