Skip to content

Commit 75619cf

Browse files
committed
Get the include ordering right for TCL includes vs whatever is coming
from --with-includes.
1 parent 25b10fc commit 75619cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pgtclsh/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
77
# Portions Copyright (c) 1994, Regents of the University of California
88
#
9-
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.40 2002/12/30 17:19:51 tgl Exp $
9+
# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.41 2003/08/01 19:01:49 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -19,7 +19,7 @@ libpgtcl_srcdir = $(top_srcdir)/src/interfaces/libpgtcl
1919
libpgtcl_builddir = $(top_builddir)/src/interfaces/libpgtcl
2020
libpgtcl = -L$(libpgtcl_builddir) -lpgtcl
2121

22-
override CPPFLAGS := -I$(libpgtcl_srcdir) $(CPPFLAGS) $(TK_XINCLUDES) $(TCL_INCLUDE_SPEC)
22+
override CPPFLAGS := -I$(libpgtcl_srcdir) $(TK_XINCLUDES) $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
2323

2424

2525
# If we are here then Tcl is available

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy