From: Anthony PERARD Date: Wed, 7 Jul 2021 15:51:49 +0000 (+0200) Subject: build,tools: have default rules depends on symbols X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~348 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=484910bf41fec2c80d79ed9c5c33831bee7318f0;p=xen.git build,tools: have default rules depends on symbols No need to call $(MAKE) again. Signed-off-by: Anthony PERARD Acked-by: Jan Beulich --- diff --git a/xen/tools/Makefile b/xen/tools/Makefile index e940939d61..4e42163f98 100644 --- a/xen/tools/Makefile +++ b/xen/tools/Makefile @@ -2,8 +2,7 @@ include $(XEN_ROOT)/Config.mk .PHONY: default -default: - $(MAKE) symbols +default: symbols .PHONY: clean clean: