build: remove duplicate variable definitions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39981 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2014-03-21 15:54:11 +00:00
parent 6b7bcb9292
commit 64109ce9ff
1 changed files with 0 additions and 4 deletions

View File

@ -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