summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-31 18:33:04 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-31 18:33:04 +0000
commit3a8525a17a75d475824ae22e56b49c7ff882d386 (patch)
treea06b66b05ff2092086711e04a14d46daee9f1409 /Makefile
parent394ee612ea944d6f8089b77631835b16e55b21ff (diff)
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 84c8c5115..35fc2c888 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