From 90026180d1d5fe141ced5b83028a257746a24687 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 11 Oct 2003 03:58:46 +0000 Subject: Use new directory structure. --- src/libutf/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/libutf') 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 -- cgit v1.2.3