Fix ecpg/preproc makefile for parallel builds: parser.o must depend
Tom Lane <tgl@sss.pgh.pa.us>
Fix ecpg/preproc makefile for parallel builds: parser.o must depend on preproc.h, else make may try to build it before preproc.h is ready. Per failures seen here and in buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/preproc/Makefile | modified | +2 −2 |