• Tom Lane's avatar
    Fix missing dependencies in ecpg's test Makefiles. · 14d309cc
    Tom Lane authored
    Ensure that ecpg preprocessor output files are rebuilt when re-testing
    after a change in the ecpg preprocessor itself, or a change in any of
    several include files that get copied verbatim into the output files.
    The lack of these dependencies was what created problems for Kevin Grittner
    after the recent pgindent run.  There's no way for --enable-depend to
    discover these dependencies automatically, so we've gotta put them into
    the Makefiles by hand.
    
    While at it, reduce the amount of duplication in the ecpg invocations.
    14d309cc
Makefile 773 Bytes