From: Damjan Marion Date: Wed, 14 Mar 2018 19:58:39 +0000 (+0100) Subject: fix 'make build' X-Git-Tag: v18.04-rc1~130 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9d7a7ba3666c9d3a8e4bc06f6b22dc8267604c45;p=vpp.git fix 'make build' Change-Id: I4ec24ffd39f83d9c2d4115e7a06a5eb84a08aae8 Signed-off-by: Damjan Marion --- diff --git a/Makefile b/Makefile index 8168b9434da..9782a2dc70e 100644 --- a/Makefile +++ b/Makefile @@ -332,7 +332,7 @@ dist: @ln -rs $(DIST_FILE).xz $(BR)/vpp-latest.tar.xz build: $(BR)/.bootstrap.ok - $(call make,$(PLATFORM),$(addsuffix -install,$(TARGETS))) + $(call make,$(PLATFORM)_debug,$(addsuffix -install,$(TARGETS))) wipedist: @$(RM) $(BR)/*.tar.xz