diff options
Diffstat (limited to 'plan9/BUILD.PLAN9.txt')
-rw-r--r-- | plan9/BUILD.PLAN9.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plan9/BUILD.PLAN9.txt b/plan9/BUILD.PLAN9.txt index 1d04c5e7f..6df23d31a 100644 --- a/plan9/BUILD.PLAN9.txt +++ b/plan9/BUILD.PLAN9.txt @@ -17,10 +17,10 @@ Instruction =========== First, you should construct namespace as like described below: -% bind -a ../lib lib -% bind -a ../src src -% bind -a ../include include -% bind -a .. . +% bind -ac ../lib lib +% bind -ac ../src src +% bind -ac ../include include +% bind -ac .. . Then you will see as shown below (excerpt): |