]> granicus.if.org Git - postgresql/commitdiff
Got the link order wrong :-(
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Sep 2003 20:38:19 +0000 (20:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Sep 2003 20:38:19 +0000 (20:38 +0000)
src/interfaces/libpgtcl/Makefile

index a81795a5037160a63274b644e9ec5da335729c14..215da00754a49c28d64417eefafd2af165a804b5 100644 (file)
@@ -4,7 +4,7 @@
 #
 # Copyright (c) 1994, Regents of the University of California
 #
-# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.31 2003/09/27 19:35:32 tgl Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.32 2003/09/27 20:38:19 tgl Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -20,7 +20,7 @@ override CPPFLAGS := -I$(libpq_srcdir) $(CPPFLAGS) $(TCL_INCLUDE_SPEC)
 
 OBJS= pgtcl.o pgtclCmds.o pgtclId.o
 
-SHLIB_LINK = $(TCL_LIB_SPEC) $(TCL_LIBS) $(libpq) \
+SHLIB_LINK = $(libpq) $(TCL_LIB_SPEC) $(TCL_LIBS) \
        $(filter -lssl -lcrypto -lcrypt, $(LIBS)) $(THREAD_LIBS)
 
 all: submake-libpq all-lib