projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ae801
)
build: remove duplicate variable definitions
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 15:54:11 +0000
(15:54 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 21 Mar 2014 15:54:11 +0000
(15:54 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39981
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9197640b3678e7d168c4338dffe4808ec5722941..91b6946ac3420c8d7272807a809bb418f3f99103 100644
(file)
--- 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