Fix ecpg/preproc makefile for parallel builds: parser.o must depend

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 584b6dc2d50a1fe7708c18c7b55beb5c60c50d3f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-03-18T17:57:34Z
Releases: 8.3.0
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

PathChange+/−
src/interfaces/ecpg/preproc/Makefile modified +2 −2