From: Felix Fietkau Date: Mon, 29 Oct 2007 22:05:23 +0000 (+0000) Subject: fix empty download dir error X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=42f055bfdabc3217ac136d602f44efcb98b3b9b8;p=openwrt%2Fstaging%2Fflorian.git fix empty download dir error SVN-Revision: 9462 --- diff --git a/rules.mk b/rules.mk index 28d28b10c2..5c66dfde1a 100644 --- a/rules.mk +++ b/rules.mk @@ -32,7 +32,7 @@ SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR}) OPTIMIZE_FOR_CPU:=$(ARCH) -DL_DIR:=$(call qstrip,$(if $(CONFIG_DOWNLOAD_FOLDER), $(CONFIG_DOWNLOAD_FOLDER),$(TOPDIR)/dl)) +DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl) BIN_DIR:=$(TOPDIR)/bin INCLUDE_DIR:=$(TOPDIR)/include SCRIPT_DIR:=$(TOPDIR)/scripts