diff options
author | rsc <devnull@localhost> | 2003-11-23 19:49:17 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-11-23 19:49:17 +0000 |
commit | 1c253ceb586c4519f42ce115954c4efab787f81a (patch) | |
tree | 22281aafc4c33f4ab310a845aec510f013511833 /src/Makefile | |
parent | 50e628cb8f4594b7cbccc17ff3f701ff260a69c0 (diff) | |
download | plan9port-1c253ceb586c4519f42ce115954c4efab787f81a.tar.gz plan9port-1c253ceb586c4519f42ce115954c4efab787f81a.tar.bz2 plan9port-1c253ceb586c4519f42ce115954c4efab787f81a.zip |
Annoying changes to work on Sun boxes.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
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 |