Add an implicit rule %.c -> %.i for running the C preprocessor.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Feb 2009 10:32:30 +0000 (10:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 19 Feb 2009 10:32:30 +0000 (10:32 +0000)
commita2778f699f016fd99bc1686a73ad2f707cd96187
treef816ad8b2d6ed20b7ecf13c8b902503e351c05d1
parent3c06fa4456276eb070a4f80f0b71199d15a0c44f
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.
src/Makefile.global.in