aboutsummaryrefslogtreecommitdiff
path: root/src/libutf
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:22:36 +0000
committerrsc <devnull@localhost>2003-11-23 18:22:36 +0000
commit99947423b136903263513b9022aab6586c8c6cc5 (patch)
tree63199050438d67e1462348e86dc740bac5ddf4c3 /src/libutf
parentdb6608bd819d10cc2ddb57d18054d62d4ca15596 (diff)
downloadplan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.gz
plan9port-99947423b136903263513b9022aab6586c8c6cc5.tar.bz2
plan9port-99947423b136903263513b9022aab6586c8c6cc5.zip
make -> mk
Diffstat (limited to 'src/libutf')
-rw-r--r--src/libutf/mkfile (renamed from src/libutf/Makefile)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libutf/Makefile b/src/libutf/mkfile
index 283b73d3..46c92fef 100644
--- a/src/libutf/Makefile
+++ b/src/libutf/mkfile
@@ -1,5 +1,5 @@
PLAN9=../..
-include $(PLAN9)/src/Makehdr
+<$PLAN9/src/mkhdr
LIB=libutf.a
@@ -26,6 +26,6 @@ OFILES=\
utfutf.$O\
HFILES=\
- $(PLAN9)/include/utf.h\
+ $PLAN9/include/utf.h\
-include $(PLAN9)/src/Makesyslib
+<$PLAN9/src/mksyslib