summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Roth2009-09-23 01:30:34 +0200
committerPeter Korsgaard2009-09-23 09:19:47 +0200
commit483b2980d0559932a6428fa4655dc38756688489 (patch)
treee566e44cc020d2dc7ae65e181b282eda595c362a /Makefile
parent.gitignore: Update to the new directory hierachy (diff)
downloadbuildroot-483b2980d0559932a6428fa4655dc38756688489.tar.gz
buildroot-483b2980d0559932a6428fa4655dc38756688489.tar.xz
buildroot-483b2980d0559932a6428fa4655dc38756688489.zip
Remove unneeded trailing slash from TOPDIR
Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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