From: Olivier Matz Date: Fri, 17 Mar 2017 17:08:53 +0000 (+0100) Subject: mk: remove invalid phony target X-Git-Tag: spdx-start~4418 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=083c1fb5f415e3ecb9f67e6b14ea706864970fd4;p=dpdk.git mk: remove invalid phony target There was a typo in the .PHONY for the test-build target. If we fix the typo, the test-build target does not work, because it won't match the '%' target anymore. So just remove the .PHONY. Fixes: 64592d97c1ae ("mk: do not build tests by default") Signed-off-by: Olivier Matz Acked-by: Ferruh Yigit --- diff --git a/mk/rte.sdkroot.mk b/mk/rte.sdkroot.mk index 7598bde435..f20563e9a4 100644 --- a/mk/rte.sdkroot.mk +++ b/mk/rte.sdkroot.mk @@ -96,7 +96,6 @@ config showconfigs showversion showversionum: test test-basic test-fast test-ring test-mempool test-perf coverage: $(Q)$(MAKE) -f $(RTE_SDK)/mk/rte.sdktest.mk $@ -.PHONY: test-buid test: test-build .PHONY: install