From 005f9dbd4fba8e6b32d9c17f6fc61c23c91e544c Mon Sep 17 00:00:00 2001 From: Tom King Date: Sun, 21 Aug 2005 01:35:09 +0000 Subject: [PATCH] Fix .PHONY line for ucslugc-image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5