X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/83830a24b2d6d071acd117873cbe7d247ecc36a2..e8ab951121e1e3805b4e4e914ad119d96b14cb06:/Makefile.in?ds=sidebyside diff --git a/Makefile.in b/Makefile.in index c1060eaa..38a9c1d2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -204,10 +204,10 @@ nmhrelease: # tarfile and version are as specified in this file. rpmbuild does # not allow Version to contain any dashes. rpm: all nmhdist - @rpmbuild --define '_topdir $(shell pwd)/RPM' \ + @rpmbuild --define '_topdir '`pwd`'/RPM' \ --define '_tmppath %{_topdir}/TMP' \ - --define 'srcdir $(shell pwd)' \ + --define 'srcdir '`pwd` \ --define 'tarfile $(tarfile)' \ - --define 'version $(shell echo $(VERSION) | sed "s/-/_/g")' \ + --define 'version '`echo $(VERSION) | sed "s/-/_/g"` \ -ba nmh.spec @$(RM) $(tarfile)