Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75619cf

Browse files
committed
Get the include ordering right for TCL includes vs whatever is coming
from --with-includes.
1 parent25b10fc commit75619cf

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/0119: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-
overrideCPPFLAGS := -I$(libpgtcl_srcdir)$(CPPFLAGS)$(TK_XINCLUDES)$(TCL_INCLUDE_SPEC)
22+
overrideCPPFLAGS := -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)

[8]ページ先頭

©2009-2025 Movatter.jp