浏览代码

build: remove duplicate variable definitions

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39981
Felix Fietkau 11 年之前
父节点
当前提交
bb959c0f3e
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Makefile

+ 0 - 4
Makefile

@@ -20,10 +20,6 @@ world:
 include $(TOPDIR)/include/host.mk
 
 ifneq ($(OPENWRT_BUILD),1)
-  # XXX: these three lines are normally defined by rules.mk
-  # but we can't include that file in this context
-  empty:=
-  space:= $(empty) $(empty)
   _SINGLE=export MAKEFLAGS=$(space);
 
   override OPENWRT_BUILD=1