13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
$OpenBSD: patch-Makefile.in,v 1.1 2001/05/18 15:26:09 jakob Exp $
|
||
|
--- Makefile.in.orig Fri May 18 17:22:53 2001
|
||
|
+++ Makefile.in Fri May 18 17:23:07 2001
|
||
|
@@ -27,7 +27,7 @@ DEFS = @DEFS@
|
||
|
LIBS = @LIBS@
|
||
|
CFLAGS = -O
|
||
|
LDFLAGS = -s
|
||
|
-prefix = @prefix@
|
||
|
+prefix = $(PREFIX)
|
||
|
|
||
|
SHELL = /bin/sh
|
||
|
|