]> granicus.if.org Git - postgresql/commitdiff
Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 1 Mar 2011 02:31:39 +0000 (21:31 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 1 Mar 2011 02:31:39 +0000 (21:31 -0500)
src/pl/plpython/Makefile

index 8e3ebddf73a84a47d8187f86d8bf63c68db0342a..e6b6ed3ca5262dc3dd9e158b8c10694d77d75618 100644 (file)
@@ -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)