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

Commit9f73a2f

Browse files
committed
Fix PL/Tcl for vpath builds.
Commitcd37bb7 works for in-tree builds, but not so much forVPATH. Per buildfarm.
1 parentcd37bb7 commit9f73a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/tcl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ top_builddir = ../../..
1111
include$(top_builddir)/src/Makefile.global
1212

1313

14-
overrideCPPFLAGS :=$(TCL_INCLUDE_SPEC)$(CPPFLAGS)
14+
overrideCPPFLAGS :=-I. -I$(srcdir)$(TCL_INCLUDE_SPEC)$(CPPFLAGS)
1515

1616
# On Windows, we don't link directly with the Tcl library; see below
1717
ifneq ($(PORTNAME), win32)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp