From 57e9bda5ec6a032e1e6d51dad5e534a11669c6bf Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 28 Feb 2011 21:31:39 -0500 Subject: [PATCH] Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b. --- src/pl/plpython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 8e3ebddf73..e6b6ed3ca5 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -32,7 +32,7 @@ endif # to work without, we have to skip it. ifneq (,$(findstring yes, $(shared_libpython)$(allow_nonpic_in_shlib))) -override CPPFLAGS := -I$(srcdir) $(python_includespec) $(CPPFLAGS) +override CPPFLAGS := -I. -I$(srcdir) $(python_includespec) $(CPPFLAGS) rpathdir = $(python_libdir) -- 2.40.0