pgsql: DLL_DEFFILE should be defined when PORTNAME is win32, not when it

Started by Tom Lanealmost 19 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
DLL_DEFFILE should be defined when PORTNAME is win32, not when it isn't,
per the example of libpq/Makefile.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/compatlib:
Makefile (r1.34 -> r1.35)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/compatlib/Makefile?r1=1.34&r2=1.35)
pgsql/src/interfaces/ecpg/ecpglib:
Makefile (r1.50 -> r1.51)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile?r1=1.50&r2=1.51)
pgsql/src/interfaces/ecpg/pgtypeslib:
Makefile (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/Makefile?r1=1.36&r2=1.37)