We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentcd75f94 commite073668Copy full SHA for e073668
src/interfaces/libpgtcl/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.31 2003/09/2719:35:32 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.32 2003/09/2720:38:19 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -20,7 +20,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC)
20
21
OBJS= pgtcl.o pgtclCmds.o pgtclId.o
22
23
-SHLIB_LINK =$(TCL_LIB_SPEC)$(TCL_LIBS)$(libpq)\
+SHLIB_LINK =$(libpq)$(TCL_LIB_SPEC)$(TCL_LIBS)\
24
$(filter -lssl -lcrypto -lcrypt,$(LIBS))$(THREAD_LIBS)
25
26
all: submake-libpq all-lib