From 8477f7b520510cf27ba75268358776cc3cc0ee84 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Wed, 19 Oct 2011 09:22:18 +0000 Subject: correctly call sub-makes using $(MAKE) diff --git a/Makefile b/Makefile index 15378b7..d12185a 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,13 @@ openwrt/backfire/.repo_access: cd openwrt && svn co svn://svn.openwrt.org/openwrt/branches/backfire ln -s ../../dl $(@D)/ cd $(@D) && ./scripts/feeds update - cd $(@D) && make package/symlinks + cd $(@D) && $(MAKE) package/symlinks touch $@ update/%: openwrt/% cd $< && svn update cd $< && ./scripts/feeds update - cd $< && make package/symlinks + cd $< && $(MAKE) package/symlinks touch $