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)
commit083c1fb5f415e3ecb9f67e6b14ea706864970fd4
tree821e946909d405c6c1d213c0647fa7d9c64440e2
parentc0920197cd169c0a1dae1e09c3ae001949e0b262
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 <olivier.matz@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
mk/rte.sdkroot.mk