mk: remove invalid phony target
authorOlivier Matz <olivier.matz@6wind.com>
Fri, 17 Mar 2017 17:08:53 +0000 (18:08 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 27 Mar 2017 08:44:53 +0000 (10:44 +0200)
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 <olivier.matz@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
mk/rte.sdkroot.mk

index 7598bde..f20563e 100644 (file)
@@ -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