Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9f73a2f

Browse files
committed
Fix PL/Tcl for vpath builds.
Commit cd37bb7 works for in-tree builds, but not so much for VPATH. Per buildfarm.
1 parent cd37bb7 commit 9f73a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/tcl/Makefile

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

1313

14-
override CPPFLAGS := $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
14+
override CPPFLAGS := -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)