[Buildroot] [PATCH 4/4] Remove unneeded trailing slash from TOPDIR

Michael Roth mroth at nessie.de
Tue Sep 22 23:30:34 UTC 2009


Signed-off-by: Michael Roth <mroth at nessie.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 176992c..192fdf2 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
-- 
1.6.3.3



More information about the buildroot mailing list