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 parent25b10fc commit75619cfCopy full SHA for 75619cf
src/bin/pgtclsh/Makefile
@@ -6,7 +6,7 @@
6
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
7
# Portions Copyright (c) 1994, Regents of the University of California
8
#
9
-# $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/0119:01:49 tgl Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -19,7 +19,7 @@ libpgtcl_srcdir = $(top_srcdir)/src/interfaces/libpgtcl
19
libpgtcl_builddir =$(top_builddir)/src/interfaces/libpgtcl
20
libpgtcl = -L$(libpgtcl_builddir) -lpgtcl
21
22
-overrideCPPFLAGS := -I$(libpgtcl_srcdir)$(CPPFLAGS)$(TK_XINCLUDES)$(TCL_INCLUDE_SPEC)
+overrideCPPFLAGS := -I$(libpgtcl_srcdir)$(TK_XINCLUDES)$(TCL_INCLUDE_SPEC)$(CPPFLAGS)
23
24
25
# If we are here then Tcl is available