pgsql/src/interfaces/libpq (Makefile) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/interfaces/libpq (Makefile)
Date
Msg-id 200010200345.e9K3jaa61199@hub.org
Whole thread Raw
Responses Re: pgsql/src/interfaces/libpq (Makefile)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
  Date: Thursday, October 19, 2000 @ 23:45:35
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpq
     from hub.org:/home/projects/pgsql/tmp/cvs-serv61188

Modified Files:
    Makefile

-----------------------------  Log Message  -----------------------------

Remove 'override' keyword, which breaks the build on HPUX, and probably
anywhere else that Makefile.shlib needs to modify CFLAGS to produce
valid code for a shared library.  I'm not real clear on *why* the use
of override causes make to ignore the later attempt to assign
CFLAGS        +=
but it indubitably does --- at least on gmake 3.79.1.  gmake bug?

pgsql-committers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: pgsql/src (Makefile.global.in)
Next
From: Tom Lane
Date:
Subject: Re: pgsql/src/interfaces/libpq (Makefile)