From: Bruce Momjian Date: Fri, 8 Aug 2003 02:48:24 +0000 (+0000) Subject: more thread.c consistency. X-Git-Tag: REL7_4_BETA2~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8dd31701b8d29966d904bb1d3dc5d2af4e8ab26;p=thirdparty%2Fpostgresql.git more thread.c consistency. --- diff --git a/src/Makefile.global.in b/src/Makefile.global.in index c1087b743c5..6b351236bdb 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.164 2003/06/14 14:35:42 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.165 2003/08/08 02:48:24 momjian Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -341,7 +341,7 @@ endif # # substitute implementations of the C library -LIBOBJS = @LIBOBJS@ path.o threads.o +LIBOBJS = @LIBOBJS@ path.o thread.o ifneq (,$(LIBOBJS)) LIBS += -lpgport