target/sdk: remove obsolete make calls for the ancient package directory format

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39911 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2014-03-13 12:12:46 +00:00
parent 1eaba393d4
commit f18615b72d

View File

@@ -44,9 +44,6 @@ dirclean: clean
prereq: $(package/stamp-prereq) ;
world: prepare $(package/stamp-compile) FORCE
@for configfile in `find package -maxdepth 2 -name Config.in` ; do \
$(MAKE) compile -C `dirname $$configfile`; \
done
@$(MAKE) package/index
.PHONY: clean dirclean prereq prepare world