Commit 9f73a2f6 authored by Tom Lane's avatar Tom Lane

Fix PL/Tcl for vpath builds.

Commit cd37bb78 works for in-tree builds, but not so much for
VPATH.  Per buildfarm.
parent cd37bb78
......@@ -11,7 +11,7 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
override CPPFLAGS := -I. -I$(srcdir) $(TCL_INCLUDE_SPEC) $(CPPFLAGS)
# On Windows, we don't link directly with the Tcl library; see below
ifneq ($(PORTNAME), win32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment