diff options
author | Andrew Dunstan | 2011-03-01 02:31:39 +0000 |
---|---|---|
committer | Andrew Dunstan | 2011-03-01 02:31:39 +0000 |
commit | 57e9bda5ec6a032e1e6d51dad5e534a11669c6bf (patch) | |
tree | d586ebf60531b672e7eabbc90bdad184d9238697 /src | |
parent | 92c30fd2edee6da6e018f41a1d67b4ac2f8fcbdd (diff) |
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 8e3ebddf73a..e6b6ed3ca52 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) |