diff options
author | mischief <mischief@offblast.org> | 2015-09-09 18:59:40 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-09-09 18:59:40 -0700 |
commit | c823f136df8d3fcfea6adfc6e87924357dacf3c8 (patch) | |
tree | e8d40a16697d40230add4216e6247571f205160b /sys/src/mkfile.proto | |
parent | 20ea629b8ae4693f924c55fee7b00af62950f0ef (diff) |
mkfile.proto: LIB should not be inherited during recursive mk
Diffstat (limited to 'sys/src/mkfile.proto')
-rw-r--r-- | sys/src/mkfile.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/mkfile.proto b/sys/src/mkfile.proto index 59b2693af..bc6022f5c 100644 --- a/sys/src/mkfile.proto +++ b/sys/src/mkfile.proto @@ -16,3 +16,4 @@ TARG= OFILES= HFILES= YFILES= +LIB= |