aboutsummaryrefslogtreecommitdiff
path: root/src/libbio
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-09-30 19:10:53 +0000
committerrsc <devnull@localhost>2003-09-30 19:10:53 +0000
commitb350297447082c5cac9e992e9b1439403f83c2bb (patch)
treec69c64c30bd8aa98fe54be4291338585a962c2b0 /src/libbio
parentc4954d68b8a46c9cbf2e26533e0f82d13522bbb4 (diff)
downloadplan9port-b350297447082c5cac9e992e9b1439403f83c2bb.tar.gz
plan9port-b350297447082c5cac9e992e9b1439403f83c2bb.tar.bz2
plan9port-b350297447082c5cac9e992e9b1439403f83c2bb.zip
Fix path to bio.h.
Diffstat (limited to 'src/libbio')
-rw-r--r--src/libbio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libbio/Makefile b/src/libbio/Makefile
index e3a39a7b..62fc84d3 100644
--- a/src/libbio/Makefile
+++ b/src/libbio/Makefile
@@ -22,7 +22,7 @@ OFILES=\
bputrune.$O\
HFILES=\
- bio.h\
+ $(9SRC)/include/bio.h\
include $(9SRC)/Makesyslib