浏览代码

fix 'make docs'

SVN-Revision: 12211
Felix Fietkau 17 年之前
父节点
当前提交
3a321fb110
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/toplevel.mk

+ 2 - 2
include/toplevel.mk

@@ -113,10 +113,10 @@ help:
 	cat README
 	cat README
 
 
 docs docs/compile: FORCE
 docs docs/compile: FORCE
-	@$(_SINGLE)$(SUBMAKE) -j1 -C docs compile
+	@$(SUBMAKE) -j1 -C docs compile
 
 
 docs/clean: FORCE
 docs/clean: FORCE
-	@$(_SINGLE)$(SUBMAKE) -j1 -C docs clean
+	@$(SUBMAKE) -j1 -C docs clean
 
 
 distclean:
 distclean:
 	rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin
 	rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds package/openwrt-packages bin