blob: e999baeb2f3350bc62eb4dc99facdb91c7df8843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.1.1.1 2008/01/06 23:48:49 wiz Exp $
--- GNUmakefile.orig 2006-07-16 01:17:01.000000000 +0200
+++ GNUmakefile
@@ -4,9 +4,9 @@
# in /opt/diet, where they are in the default search path for my diet libc
# work but don't conflict with anything there. YMMV.
-prefix=/opt/diet
+prefix=${PREFIX}
LIBDIR=${prefix}/lib
-INCLUDEDIR=${prefix}/include
+INCLUDEDIR=${prefix}/include/libowfat
MAN3DIR=${prefix}/man/man3
LIBS=byte.a fmt.a scan.a str.a uint.a open.a stralloc.a unix.a socket.a \
|