tFix path to bio.h. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b350297447082c5cac9e992e9b1439403f83c2bb
(DIR) parent c4954d68b8a46c9cbf2e26533e0f82d13522bbb4
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 30 Sep 2003 19:10:53 +0000
Fix path to bio.h.
Diffstat:
M src/libbio/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/libbio/Makefile b/src/libbio/Makefile
t@@ -22,7 +22,7 @@ OFILES=\
bputrune.$O\
HFILES=\
- bio.h\
+ $(9SRC)/include/bio.h\
include $(9SRC)/Makesyslib