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 \