diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-06-09 23:03:30 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-06-09 23:03:30 +0200 |
commit | 5cdabc5eb16db432abcf61dc126bfb7f9b2978c1 (patch) | |
tree | 4a61320fdecb09a909db1b4edef2c4fae33f7b19 /sys/src/cmd/5c | |
parent | bd8b6c2f9900d90c2b0ba59f7bb139252bffd231 (diff) |
?c: track ../cc/cc.h dependency and rebuild cc.a$O as neccesary
Diffstat (limited to 'sys/src/cmd/5c')
-rw-r--r-- | sys/src/cmd/5c/mkfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/src/cmd/5c/mkfile b/sys/src/cmd/5c/mkfile index 256e532a6..03beb86fc 100644 --- a/sys/src/cmd/5c/mkfile +++ b/sys/src/cmd/5c/mkfile @@ -24,10 +24,9 @@ LIB=../cc/cc.a$O BIN=/$objtype/bin </sys/src/cmd/mkone -$LIB: +$LIB: ../cc/cc.h cd ../cc mk install - mk clean %.$O: ../cc/%.c $CC $CFLAGS ../cc/$stem.c |