diff options
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 |