From: Felix Fietkau Date: Fri, 21 Mar 2014 15:54:11 +0000 (+0000) Subject: build: remove duplicate variable definitions X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bb959c0f3e5d5593fe21ace7a64c48c96aad5f16;p=openwrt%2Fstaging%2Fluka.git build: remove duplicate variable definitions Signed-off-by: Felix Fietkau SVN-Revision: 39981 --- diff --git a/Makefile b/Makefile index 9197640b36..91b6946ac3 100644 --- a/Makefile +++ b/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