summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatze Miau <miaukatzemiau@priveasy.de>2011-10-19 09:22:18 (GMT)
committerKatze Miau <miaukatzemiau@priveasy.de>2011-10-19 09:22:18 (GMT)
commit501a14d0ec11c058563ce8e7845e045007cd6635 (patch)
treef31078221536ecb299da2bfa4bc401b8871c38d7
parent6a5f126745af545b7c3674530ba57bd4fd8cb15a (diff)
correctly call sub-makes using $(MAKE)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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 $</.repo_access
# format image/($repo)/openwrt-$(platform)-$(model).bin
contact: Jan Huwald // Impressum