From: Tom King Date: Sun, 21 Aug 2005 01:35:09 +0000 (+0000) Subject: Fix .PHONY line for ucslugc-image X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=005f9dbd4fba8e6b32d9c17f6fc61c23c91e544c;p=openembedded.git Fix .PHONY line for ucslugc-image --- diff --git a/Makefile b/Makefile index c94f257eb6..7d3e2371af 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ else openslug build-openslug: endif -.PHONY: ucslugc build-ucslugc +.PHONY: ucslugc-image build-ucslugc-image ifneq ($(HOST_MACHINE),armeb) ucslugc-image build-ucslugc-image: ucslugc/.configured bitbake/.configured openembedded/.configured ( cd ucslugc ; ${MAKE} image)