aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 15:54:11 +0000
commit64109ce9ff8f782767e209d695368dac7f450bb1 (patch)
treed9883385605298a4dbef77d8eddee84fd38348ee /Makefile
parent6b7bcb9292a38e459552b3a52cf7d7dedb6539c2 (diff)
downloadmaster-187ad058-64109ce9ff8f782767e209d695368dac7f450bb1.tar.gz
master-187ad058-64109ce9ff8f782767e209d695368dac7f450bb1.tar.bz2
master-187ad058-64109ce9ff8f782767e209d695368dac7f450bb1.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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