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

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Add an implicit rule %.c -> %.i for running the C preprocessor.
Date
Msg-id 20090219103230.6F9537559ED@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Remove croak and Perl_croak from gettext triggers.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Wordsmithing for PL/Perl messages