Add an implicit rule %.c -> %.i for running the C preprocessor.

Peter Eisentraut <peter_e@gmx.net>

Commit: 6becfa280cddc5156a49efbe35db541839f927fb
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-02-19T10:32:30Z
Releases: 8.4.0
Add an implicit rule %.c -> %.i for running the C preprocessor.

I occasionally use this for debugging, and it seems wasteful to have to
reinvent this all the time.

Files

PathChange+/−
src/Makefile.global.in modified +4 −1