From c8b9a79bbd48e0339a6a5146d17aac6ce3c1f447 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 17 Feb 2016 15:44:45 -0800 Subject: [PATCH] pybind: use correct subdir for rados install-exec rule This fixes package builds and 'make install' Signed-off-by: Josh Durgin --- src/pybind/rados/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rados/Makefile.am b/src/pybind/rados/Makefile.am index 07b914b628b..ad555c394b9 100644 --- a/src/pybind/rados/Makefile.am +++ b/src/pybind/rados/Makefile.am @@ -21,7 +21,7 @@ rados-pybind-install-exec: ${srcdir}/ceph_ver.h else \ options=--prefix=$(prefix) ; \ fi ; \ - cd $(srcdir)/pybind; $(PY_DISTUTILS) build \ + cd $(srcdir)/pybind/rados; $(PY_DISTUTILS) build \ --build-base $(shell readlink -f $(builddir))/build \ install \ $$options $$root \ -- 2.47.3