Skip to content
Snippets Groups Projects
Commit bb959c0f authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: remove duplicate variable definitions


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

SVN-Revision: 39981
parent 51ae801e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment