OSDN Git Service

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)
commit6becfa280cddc5156a49efbe35db541839f927fb
tree9a857cf82bda36bd4f45d6e653fed1df79207745
parentb870f8008dbc519e43026e3ff955797afdade494
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