diff options
author | aiju <devnull@localhost> | 2016-08-28 13:40:01 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2016-08-28 13:40:01 +0200 |
commit | a931ad737a1ad2598850014e7297f2d0edfd9dc1 (patch) | |
tree | cdee9650a3116663456305f68ecc2451691bb7ca /sys/src/cmd/mkfile | |
parent | 43bb71c8cca061a705689be27906207329c3b5f7 (diff) |
add pc(1)
Diffstat (limited to 'sys/src/cmd/mkfile')
-rw-r--r-- | sys/src/cmd/mkfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/src/cmd/mkfile b/sys/src/cmd/mkfile index b315e50f5..052bf4f5e 100644 --- a/sys/src/cmd/mkfile +++ b/sys/src/cmd/mkfile @@ -48,7 +48,7 @@ all:V: $PROGS dirs &:n: $O.& mv $O.$stem $stem -%.tab.h %.tab.c: %.y +%.tab.h %.tab.c:D: %.y $YACC $YFLAGS -s $stem $prereq %.install:V: $BIN/% @@ -108,7 +108,7 @@ installall:V: %.acid: %.$O $HFILES $CC $CFLAGS -a $stem.c >$target -(bc|units|mpc).c:R: \1.tab.c +(bc|units|mpc|pc).c:R: \1.tab.c mv $stem1.tab.c $stem1.c $BIN/init: $O.init |