diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-03-21 15:54:11 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-03-21 15:54:11 +0000 |
commit | 80c568319886b1d9bcb773489ec068da1da6e634 (patch) | |
tree | d9883385605298a4dbef77d8eddee84fd38348ee | |
parent | 4c1661b830ca91a72fe71c65cfcbcf121e836436 (diff) |
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
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |