Add slashes to allow TOPDIR to end without a slash in the future
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 7 Jul 2008 18:26:09 +0000 (18:26 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Mon, 7 Jul 2008 18:26:09 +0000 (18:26 -0000)
Makefile

index 8f84d899755d6692bda72b05031fc561d204a59c..087963f8c73788886dadcee2df0b740f68c8eb0e 100644 (file)
--- 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
 
 #############################################################