aboutsummaryrefslogtreecommitdiff
path: root/src/libthread
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/libthread
parent93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff)
downloadplan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz
plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2
plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip
Use new directory structure.
Diffstat (limited to 'src/libthread')
-rw-r--r--src/libthread/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libthread/Makefile b/src/libthread/Makefile
index 4bd8102b..654c0318 100644
--- a/src/libthread/Makefile
+++ b/src/libthread/Makefile
@@ -1,5 +1,5 @@
-9SRC=..
-include $(9SRC)/Makehdr
+PLAN9=../..
+include $(PLAN9)/src/Makehdr
LIB=libthread.a
@@ -33,19 +33,19 @@ OFILES=\
sched.$O\
HFILES=\
- $(9SRC)/include/thread.h\
+ $(PLAN9)/include/thread.h\
label.h\
threadimpl.h\
-include $(9SRC)/Makesyslib
+include $(PLAN9)/src/Makesyslib
-tprimes: tprimes.$O $(9SRC)/lib/$(LIB)
+tprimes: tprimes.$O $(PLAN9)/lib/$(LIB)
$(LD) -o tprimes tprimes.$O $(LDFLAGS) -lthread -l9 -lfmt -lutf
-texec: texec.$O $(9SRC)/lib/$(LIB)
+texec: texec.$O $(PLAN9)/lib/$(LIB)
$(LD) -o texec texec.$O $(LDFLAGS) -lthread -l9 -lfmt -lutf
-trend: trend.$O $(9SRC)/lib/$(LIB)
+trend: trend.$O $(PLAN9)/lib/$(LIB)
$(LD) -o trend trend.$O $(LDFLAGS) -lthread -l9 -lfmt -lutf
CLEANFILES+=tprimes texec