]> git.proxmox.com Git - qemu-server.git/commitdiff
remove generated qm.bash-completion on make clean
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 7 Sep 2015 07:22:47 +0000 (09:22 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 7 Sep 2015 07:22:47 +0000 (09:22 +0200)
Makefile

index 1b6be4dfa5e036b04efdecf0b2f9206c237beae3..24d3151ea76de6f05b27d974e383af334b0412d9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ upload:
 
 .PHONY: clean
 clean:         
-       rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp
+       rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1.gz *.pod vmtar sparsecp *.tmp qm.bash-completion
        find . -name '*~' -exec rm {} ';'