Add an implicit rule %.c -> %.i for running the C preprocessor.
commit4d3cb18c77d7f5b3a1968f88a5559f7c4f88de24
authorpetere <petere>
Thu, 19 Feb 2009 10:32:30 +0000 (19 10:32 +0000)
committerpetere <petere>
Thu, 19 Feb 2009 10:32:30 +0000 (19 10:32 +0000)
tree2cc0f78aaabf2a9a3935a72ac08a2ae9371ee26b
parent58f4a1375dd3ca25276f42123ffaf956682c039b
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