aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b75e3c35..1c8010d4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,6 @@
../bin/mk: mkmk.sh
- PATH=`pwd`/../bin:$PATH export PATH
+ PATH=`pwd`/../bin:$$PATH export PATH; \
+ PLAN9=`pwd`/.. export PLAN9; \
sh -x mkmk.sh
all clean install nuke: ../bin/mk