Commit 6b1dd45b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 6f859729
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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