浏览代码

Remove unneeded trailing slash from TOPDIR

Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Michael Roth 16 年之前
父节点
当前提交
483b2980d0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@
 # Just run 'make menuconfig', configure stuff, then run 'make'.
 # Just run 'make menuconfig', configure stuff, then run 'make'.
 # You shouldn't need to mess with anything beyond this point...
 # You shouldn't need to mess with anything beyond this point...
 #--------------------------------------------------------------
 #--------------------------------------------------------------
-TOPDIR=./
+TOPDIR:=.
 CONFIG_CONFIG_IN=Config.in
 CONFIG_CONFIG_IN=Config.in
 CONFIG_DEFCONFIG=.defconfig
 CONFIG_DEFCONFIG=.defconfig
 CONFIG=package/config
 CONFIG=package/config