aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-01-31 18:33:04 +0000
committerMike Baker <mbm@openwrt.org>2007-01-31 18:33:04 +0000
commit0576c5f5c6ed47418b6d809ec3da725bb8cb45fb (patch)
treea06b66b05ff2092086711e04a14d46daee9f1409 /Makefile
parent11b268e345a8e8dac5a66a0ef1a1575bc624761b (diff)
downloadupstream-0576c5f5c6ed47418b6d809ec3da725bb8cb45fb.tar.gz
upstream-0576c5f5c6ed47418b6d809ec3da725bb8cb45fb.tar.bz2
upstream-0576c5f5c6ed47418b6d809ec3da725bb8cb45fb.zip
move "make symlinks" to "make package/symlinks"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6234 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 84c8c51156..35fc2c8884 100644
--- a/Makefile
+++ b/Makefile
@@ -187,9 +187,6 @@ doc:
docclean:
$(MAKE) -C docs/ clean
-symlinks:
- scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
-
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.PHONY: FORCE help