index 8f2f13905a4bf6e1c5ddaee874c2d09018d04366..7ec4f82cf8cb98c3fa4e005830ad5aa3e455d58f 100644 (file)
# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.141 2006年03月05日 15:59:08 momjian Exp $
+# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.142 2006年04月09日 20:27:27 momjian Exp $
#
#-------------------------------------------------------------------------
override CFLAGS += $(PTHREAD_CFLAGS)
endif
-# Need to recomple any libpgport object files
+# Need to recomple any libpgport object files because we need these
+# object files to use the same compile flags as libpq. If we used
+# the object files from libpgport, this would not be true on all
+# platforms.
LIBS := $(patsubst -lpgport,, $(LIBS))
OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \