From c889b78359d96c4a0c770f653c1e49c964190376 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Tue, 26 Jul 2005 01:59:25 +0000 Subject: [PATCH] Remove the update of oe-symlinks from the update target so that it will run again (this is an intermediate step in the removal of oe-symlinks). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13c1fb5e38..f9586cd2af 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ setup: setup-master setup-bitbake setup-openembedded setup-oe-symlinks setup-opt setup-developer: setup-master setup-bitbake setup-openembedded setup-oe-symlinks-developer setup-optware-developer .PHONY: update -update: update-master update-bitbake update-openembedded update-oe-symlinks update-optware +update: update-master update-bitbake update-openembedded update-optware .PHONY: clobber clobber: clobber-optware clobber-oe-symlinks clobber-openembedded clobber-bitbake -- 2.39.5