pgsql: Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport, , $(LIBS)),

Lists: pgsql-committers
From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport, , $(LIBS)),
Date: 2006-05-07 01:05:11
Message-ID: 20060507010511.911069FA4DE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consistency.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
Makefile (r1.144 -> r1.145)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile.diff?r1=1.144&r2=1.145)