summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-20 17:47:42 +0200
committerUlf Samuelsson2007-08-20 17:47:42 +0200
commitadbc5a18cb21e6b5203d559ba95dfa45a7f89deb (patch)
tree5946f0d8a738132508dfd46c4417fc258a675674 /Makefile
parent- whitespace fixes (diff)
downloadbuildroot-adbc5a18cb21e6b5203d559ba95dfa45a7f89deb.tar.gz
buildroot-adbc5a18cb21e6b5203d559ba95dfa45a7f89deb.tar.xz
buildroot-adbc5a18cb21e6b5203d559ba95dfa45a7f89deb.zip
Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1df6a303..44676f1f1 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ noconfig_targets := menuconfig config oldconfig randconfig \
ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include $(TOPDIR).config
endif
-ifneq ($(BUILDROOT_DL_DIR),)
+ifneq ($(BUILDROOT_DL_DIR),)
BR2_DL_DIR:=$(BUILDROOT_DL_DIR)
endif