diff options
author | rsc <devnull@localhost> | 2003-10-11 03:58:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-10-11 03:58:46 +0000 |
commit | 90026180d1d5fe141ced5b83028a257746a24687 (patch) | |
tree | 217c8ff845ddd40483f1046942d3c0e30369ac40 /src/cmd/mk | |
parent | 93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff) | |
download | plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2 plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip |
Use new directory structure.
Diffstat (limited to 'src/cmd/mk')
-rw-r--r-- | src/cmd/mk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/mk/Makefile b/src/cmd/mk/Makefile index 4a718460..8cf31d74 100644 --- a/src/cmd/mk/Makefile +++ b/src/cmd/mk/Makefile @@ -1,5 +1,5 @@ -9SRC=.. -include $(9SRC)/Makehdr +PLAN9=../../.. +include $(PLAN9)/src/Makehdr TARG=mk @@ -31,7 +31,7 @@ HFILES=\ mk.h\ fns.h\ -LDFLAGS+=-lregexp9 -lbio -lfmt -lutf +LDFLAGS+=-lregexp9 -lbio -l9 -lfmt -lutf -include $(9SRC)/Makeone +include $(PLAN9)/src/Makeone |