diff options
| author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-10-19 09:22:18 (GMT) |
|---|---|---|
| committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-10-19 09:22:18 (GMT) |
| commit | 501a14d0ec11c058563ce8e7845e045007cd6635 (patch) | |
| tree | f31078221536ecb299da2bfa4bc401b8871c38d7 /Makefile | |
| parent | 6a5f126745af545b7c3674530ba57bd4fd8cb15a (diff) | |
correctly call sub-makes using $(MAKE)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
