aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-08-01 19:01:49 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-08-01 19:01:49 +0000
commit75619cff569ed6fe3363e0d2b232ddc80814c3d3 (patch)
treecd8c2971dc3286478262b639ae1cbaa1470c6bf2 /src
parent25b10fc1e6f3e53dab2cdb701dc444f4fe5f4e1e (diff)
downloadpostgresql-75619cff569ed6fe3363e0d2b232ddc80814c3d3.tar.gz
postgresql-75619cff569ed6fe3363e0d2b232ddc80814c3d3.zip
Get the include ordering right for TCL includes vs whatever is coming
from --with-includes.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pgtclsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 3a379fc20b4..91e32418889 100644
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -6,7 +6,7 @@
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.40 2002/12/30 17:19:51 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.41 2003/08/01 19:01:49 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -19,7 +19,7 @@ libpgtcl_srcdir = $(top_srcdir)/src/interfaces/libpgtcl
libpgtcl_builddir = $(top_builddir)/src/interfaces/libpgtcl
libpgtcl = -L$(libpgtcl_builddir) -lpgtcl
-override CPPFLAGS := -I$(libpgtcl_srcdir) $(CPPFLAGS) $(TK_XINCLUDES) $(TCL_INCLUDE_SPEC)
+override CPPFLAGS := -I$(libpgtcl_srcdir) $(TK_XINCLUDES) $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
# If we are here then Tcl is available