summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-07 20:26:09 +0200
committerUlf Samuelsson2008-07-07 20:26:09 +0200
commit2ad346abb746c981d252ff062e213e390153814f (patch)
tree8785bde93566ae54112f495053c0536b012ffb73 /Makefile
parentRemove some debug messages (diff)
downloadbuildroot-2ad346abb746c981d252ff062e213e390153814f.tar.gz
buildroot-2ad346abb746c981d252ff062e213e390153814f.tar.xz
buildroot-2ad346abb746c981d252ff062e213e390153814f.zip
Add slashes to allow TOPDIR to end without a slash in the future
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f84d8997..087963f8c 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ noconfig_targets:=menuconfig config oldconfig randconfig \
ifneq ($(BUILDROOT_LOCAL),)
BR2_LOCAL:=$(BUILDROOT_LOCAL)
else
-BR2_LOCAL:=$(TOPDIR)local
+BR2_LOCAL:=$(TOPDIR)/local
endif
# $(shell find . -name *_defconfig |sed 's/.*\///')
@@ -349,7 +349,7 @@ _source-check:
$(MAKE) SPIDER=--spider source
external-deps:
- @$(MAKE) -Bs BR2_WGET=$(TOPDIR)toolchain/wget-show-external-deps.sh \
+ @$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \
source
#############################################################