applied this

On Tue, Jun 28, 2016 at 03:15:18PM +0200, Wolfgang Bumiller wrote:
> ---
>  Makefile | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index ad6168e..0586cf4 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -21,8 +21,9 @@ cpgtest: cpgtest.c
>  dinstall: ${DEB}
>       dpkg -i ${DEB} 
>  
> -.PHONY: ${DEB} ${DBG_DEB}
> -${DEB} ${DBG_DEB}:
> +.PHONY: deb
> +deb ${DEB} ${DBG_DEB}:
> +     rm -f *.deb
>       rm -rf build
>       rsync -a --exclude .svn data/ build
>       cp -a debian build/debian
> -- 
> 2.1.4

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to