From 483b2980d0559932a6428fa4655dc38756688489 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 23 Sep 2009 01:30:34 +0200 Subject: Remove unneeded trailing slash from TOPDIR Signed-off-by: Michael Roth Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 176992c49..192fdf221 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 -- cgit v1.2.3-55-g7522