We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cbb98 commit e8dd317Copy full SHA for e8dd317
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $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 $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -341,7 +341,7 @@ endif
341
#
342
# substitute implementations of the C library
343
344
-LIBOBJS = @LIBOBJS@ path.o threads.o
+LIBOBJS = @LIBOBJS@ path.o thread.o
345
346
ifneq (,$(LIBOBJS))
347
LIBS += -lpgport
0 commit comments