From: David Zafman Date: Wed, 21 Oct 2015 00:31:06 +0000 (-0700) Subject: makefile: For ceph command generation don't append another copy of ceph.in X-Git-Tag: v10.0.0~28^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb5bcab301470c91890504ea6cd1ae8bb4494dbd;p=ceph.git makefile: For ceph command generation don't append another copy of ceph.in Signed-off-by: David Zafman --- diff --git a/src/Makefile-client.am b/src/Makefile-client.am index dcd18359962e..70b2628f7afe 100644 --- a/src/Makefile-client.am +++ b/src/Makefile-client.am @@ -23,7 +23,6 @@ ceph: ceph.in ./ceph_ver.h Makefile sed -ie "s|@PYTHON_EXECUTABLE@|/usr/bin/env python|" $@.tmp grep CEPH_GIT_NICE_VER ./ceph_ver.h | cut -f 3 -d " " | sed s/\"//g | xargs -I "{}" sed -ie "s/@CEPH_GIT_NICE_VER@/{}/g" $@.tmp grep CEPH_GIT_VER ./ceph_ver.h | cut -f 3 -d " " | sed s/\"//g | xargs -I "{}" sed -ie "s/@CEPH_GIT_VER@/{}/g" $@.tmp - cat $(srcdir)/$@.in >>$@.tmp chmod a+x $@.tmp chmod a-w $@.tmp mv $@.tmp $@