aboutsummaryrefslogtreecommitdiff
path: root/src/libutf
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-10-11 03:58:46 +0000
committerrsc <devnull@localhost>2003-10-11 03:58:46 +0000
commit90026180d1d5fe141ced5b83028a257746a24687 (patch)
tree217c8ff845ddd40483f1046942d3c0e30369ac40 /src/libutf
parent93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff)
downloadplan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz
plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2
plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip
Use new directory structure.
Diffstat (limited to 'src/libutf')
-rw-r--r--src/libutf/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libutf/Makefile b/src/libutf/Makefile
index 648291a4..283b73d3 100644
--- a/src/libutf/Makefile
+++ b/src/libutf/Makefile
@@ -1,5 +1,5 @@
-9SRC=..
-include $(9SRC)/Makehdr
+PLAN9=../..
+include $(PLAN9)/src/Makehdr
LIB=libutf.a
@@ -26,6 +26,6 @@ OFILES=\
utfutf.$O\
HFILES=\
- $(9SRC)/include/utf.h\
+ $(PLAN9)/include/utf.h\
-include $(9SRC)/Makesyslib
+include $(PLAN9)/src/Makesyslib