diff options
author | rsc <devnull@localhost> | 2003-09-30 19:10:53 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-09-30 19:10:53 +0000 |
commit | b350297447082c5cac9e992e9b1439403f83c2bb (patch) | |
tree | c69c64c30bd8aa98fe54be4291338585a962c2b0 /src | |
parent | c4954d68b8a46c9cbf2e26533e0f82d13522bbb4 (diff) | |
download | plan9port-b350297447082c5cac9e992e9b1439403f83c2bb.tar.gz plan9port-b350297447082c5cac9e992e9b1439403f83c2bb.tar.bz2 plan9port-b350297447082c5cac9e992e9b1439403f83c2bb.zip |
Fix path to bio.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/libbio/Makefile | 2 |
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 |