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

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an implicit rule %.c -> %.i for running the C preprocessor.
Date: 2009-02-19 10:32:30
Message-ID: 20090219103230.6F9537559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src:
Makefile.global.in (r1.252 -> r1.253)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.252&r2=1.253)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-19 10:33:17 pgsql: Wordsmithing for PL/Perl messages
Previous Message Peter Eisentraut 2009-02-19 10:07:58 pgsql: Remove croak and Perl_croak from gettext triggers.