From f0016899eec4ff2ad61ef56a21e4132dd314a37f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Feb 2013 12:12:42 +0200 Subject: Install plugin to pkgexecdir instead of bindir --- odb/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index c127ce5..f60da13 100644 --- a/odb/makefile +++ b/odb/makefile @@ -282,7 +282,7 @@ ifdef cxx_gnu $(cxx_pobj) $(cxx_cobj): cxx_pic_options := -fPIC $(cxx_cobj) $(cxx_cod): cpp_options := -I$(src_root) -$(cxx_dobj) $(cxx_dod): cpp_options := -I$(src_root) '-DGXX_NAME="$(cxx_gnu)"' +$(cxx_dobj) $(cxx_dod): cpp_options := -I$(src_root) '-DODB_GXX_NAME="$(cxx_gnu)"' $(cxx_pobj) $(cxx_pod): cpp_options := -I$(src_root) \ -I$(shell $(cxx_gnu) -print-file-name=plugin)/include -- cgit v1.1