eqn: fix parallel build (thanks eekee)
dont just mv y.tab.c, this can cause y.tab.c and y.tab.h to be accidently regenerated breaking parallel build.
This commit is contained in:
parent
95c100a3d6
commit
8515f4ecb7
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ YFLAGS=-d -S
|
|||
CFLAGS=-c
|
||||
|
||||
eqn.c: y.tab.c prevy.tab.h
|
||||
mv y.tab.c $target
|
||||
cp y.tab.c $target
|
||||
|
||||
prevy.tab.h: y.tab.h
|
||||
rc -c 'cmp -s y.tab.h prevy.tab.h || cp y.tab.h prevy.tab.h'
|
||||
|
|
Loading…
Reference in a new issue