From 80c568319886b1d9bcb773489ec068da1da6e634 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 21 Mar 2014 15:54:11 +0000 Subject: [PATCH] build: remove duplicate variable definitions Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39981 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 4 ---- 1 file changed, 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 -- 2.30.2