summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-07-28 03:15:52 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-07-28 03:15:52 +0000
commit420cfd03666d71aa1f5e7b8453072895f6fa4b04 (patch)
treea358ccca9e3193a9f0216a857e5dc95088b6224a /src
parent37bd2aaf2870b3f9a7956f573d13c85478149593 (diff)
Remove some long-dead support for libpgtcl with Tk.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index aea8d670895..e6c594d55eb 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.217 2005/07/06 21:04:14 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.218 2005/07/28 03:15:52 tgl Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -153,10 +153,6 @@ TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
TCL_SHARED_BUILD = @TCL_SHARED_BUILD@
TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
-TK_LIBS = @TK_LIBS@
-TK_LIB_SPEC = @TK_LIB_SPEC@
-TK_XINCLUDES = @TK_XINCLUDES@
-
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
@@ -392,14 +388,14 @@ endif
##########################################################################
#
-# substitute implementations of the C library
+# substitute implementations of C library routines
LIBOBJS = @LIBOBJS@ dirmod.o exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
ifneq (,$(LIBOBJS))
LIBS := -lpgport $(LIBS)
+# add location of libpgport.a to LDFLAGS
ifdef PGXS
-# where libpgport.a is installed
override LDFLAGS := -L$(libdir) $(LDFLAGS)
else
override LDFLAGS := -L$(top_builddir)/src/port $(LDFLAGS)