mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix PL/Tcl for vpath builds.
Commit cd37bb7859
works for in-tree builds, but not so much for
VPATH. Per buildfarm.
This commit is contained in:
@ -11,7 +11,7 @@ top_builddir = ../../..
|
|||||||
include $(top_builddir)/src/Makefile.global
|
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
|
# On Windows, we don't link directly with the Tcl library; see below
|
||||||
ifneq ($(PORTNAME), win32)
|
ifneq ($(PORTNAME), win32)
|
||||||
|
Reference in New Issue
Block a user