Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e8dd317

Browse files
committed
more thread.c consistency.
1 parent e4cbb98 commit e8dd317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.164 2003/06/14 14:35:42 momjian Exp $
2+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.165 2003/08/08 02:48:24 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -341,7 +341,7 @@ endif
341341
#
342342
# substitute implementations of the C library
343343

344-
LIBOBJS = @LIBOBJS@ path.o threads.o
344+
LIBOBJS = @LIBOBJS@ path.o thread.o
345345

346346
ifneq (,$(LIBOBJS))
347347
LIBS += -lpgport

0 commit comments

Comments
 (0)