]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
makefile: For ceph command generation don't append another copy of ceph.in
authorDavid Zafman <dzafman@redhat.com>
Wed, 21 Oct 2015 00:31:06 +0000 (17:31 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 21 Oct 2015 00:31:06 +0000 (17:31 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/Makefile-client.am

index dcd18359962e83d1d63a17898ab29dbae834651f..70b2628f7afe448f6f994e5f69ddd8ae6302f9a0 100644 (file)
@@ -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 $@