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

Commit 420cfd0

Browse files
committed
Remove some long-dead support for libpgtcl with Tk.
1 parent 37bd2aa commit 420cfd0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Makefile.global.in

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.217 2005/07/06 21:04:14 momjian Exp $
2+
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.218 2005/07/28 03:15:52 tgl Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -153,10 +153,6 @@ TCL_INCLUDE_SPEC = @TCL_INCLUDE_SPEC@
153153
TCL_SHARED_BUILD = @TCL_SHARED_BUILD@
154154
TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
155155

156-
TK_LIBS = @TK_LIBS@
157-
TK_LIB_SPEC = @TK_LIB_SPEC@
158-
TK_XINCLUDES = @TK_XINCLUDES@
159-
160156
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
161157
PTHREAD_LIBS = @PTHREAD_LIBS@
162158

@@ -392,14 +388,14 @@ endif
392388

393389
##########################################################################
394390
#
395-
# substitute implementations of the C library
391+
# substitute implementations of C library routines
396392

397393
LIBOBJS = @LIBOBJS@ dirmod.o exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o
398394

399395
ifneq (,$(LIBOBJS))
400396
LIBS := -lpgport $(LIBS)
397+
# add location of libpgport.a to LDFLAGS
401398
ifdef PGXS
402-
# where libpgport.a is installed
403399
override LDFLAGS := -L$(libdir) $(LDFLAGS)
404400
else
405401
override LDFLAGS := -L$(top_builddir)/src/port $(LDFLAGS)

0 commit comments

Comments
 (0)