pgsql: Add an ifneq to avoid make warning on AIX --- there is a separate

Lists: pgsql-committers
From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an ifneq to avoid make warning on AIX --- there is a separate
Date: 2005-10-27 20:45:29
Message-ID: 20051027204529.9AA5CDB109@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Add an ifneq to avoid make warning on AIX --- there is a separate rule
for postgres: on line 86, and line 43 shouldn't be used. Noted while
looking at kookaburra buildfarm results.

Modified Files:
--------------
pgsql/src/backend:
Makefile (r1.109 -> r1.110)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile.diff?r1=1.109&r2=1.110)