summaryrefslogtreecommitdiffstats
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
commitbb959c0f3e5d5593fe21ace7a64c48c96aad5f16 (patch)
treefab398d500911156f59fe09ca82b65a7d731dcf0 /Makefile
parent51ae801ee3ba4b97e3e13e2a0ac95fe8b292898f (diff)
downloadmaster-31e0f0ae-bb959c0f3e5d5593fe21ace7a64c48c96aad5f16.tar.gz
master-31e0f0ae-bb959c0f3e5d5593fe21ace7a64c48c96aad5f16.tar.bz2
master-31e0f0ae-bb959c0f3e5d5593fe21ace7a64c48c96aad5f16.zip
build: remove duplicate variable definitions
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39981
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