From: Michael Roth Date: Tue, 22 Sep 2009 23:30:34 +0000 (+0200) Subject: Remove unneeded trailing slash from TOPDIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=483b2980d0559932a6428fa4655dc38756688489;p=buildroot.git Remove unneeded trailing slash from TOPDIR Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index 176992c49a..192fdf2212 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ # Just run 'make menuconfig', configure stuff, then run 'make'. # You shouldn't need to mess with anything beyond this point... #-------------------------------------------------------------- -TOPDIR=./ +TOPDIR:=. CONFIG_CONFIG_IN=Config.in CONFIG_DEFCONFIG=.defconfig CONFIG=package/config