mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
trying to fix parallel make issue
This commit is contained in:
parent
c2b967be53
commit
aea3afe40a
@ -46,7 +46,7 @@ daptab.c: dap.y
|
||||
bison --debug -d -p dap dap.y
|
||||
mv dap.tab.c daptab.c; mv dap.tab.h daptab.h
|
||||
|
||||
daptab.h: dap.y
|
||||
daptab.h: dap.y daptab.c
|
||||
rm -f dap.tab.c dap.tab.h
|
||||
bison --debug -d -p dap dap.y
|
||||
mv dap.tab.c daptab.c; mv dap.tab.h daptab.h
|
||||
|
Loading…
Reference in New Issue
Block a user