summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-26 01:59:25 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-26 01:59:25 +0000
commitc889b78359d96c4a0c770f653c1e49c964190376 (patch)
treed33e4539bf81a0d8455c7c5eaea63dc27f71362f
parentcb97f2a5f236414f4a6257171cd2f09aa4472ac5 (diff)
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).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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