applied

On Thu, Sep 13, 2018 at 09:40:55AM +0200, Thomas Lamprecht wrote:
> Avoids the following warning when running initial building or
> running make clean (initially, or twice):
> 
> > Makefile:38: pve-doc-generator.mk: No such file or directory
> 
> As we can do without this, simply tell make to ignore it if missing.
> 
> Signed-off-by: Thomas Lamprecht <t.lampre...@proxmox.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 000e762..bbbdc32 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -35,7 +35,7 @@ pve-doc-generator.mk: .pve-doc-depends 
> pve-doc-generator.mk.in
>       cat pve-doc-generator.mk.in .pve-doc-depends > $@.tmp
>       mv $@.tmp $@
>  
> -include ./pve-doc-generator.mk
> +-include ./pve-doc-generator.mk
>  
>  GEN_DEB_SOURCES=                             \
>       pve-doc-generator.mk                    \
> -- 
> 2.18.0

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

Reply via email to