瀏覽代碼

Makefile: use absolute path for TOPDIR

Reported by mr_claus on IRC.

This ensure DL_DIR is always an absolute path, like it was before the
build dir reorganization - Fixes vim (patch) build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父節點
當前提交
6b1dd45bf4
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      CHANGES
  2. 2 1
      Makefile

+ 1 - 1
CHANGES

@@ -2,7 +2,7 @@
 
 	Additional fixes and cleanups.
 
-	Updated/fixed packages: alsamixergui, fltk, ncurses
+	Updated/fixed packages: alsamixergui, fltk, ncurses, vim
 
 	Issues resolved (http://bugs.uclibc.org):
 

+ 2 - 1
Makefile

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