From 6b1dd45bf4c825fe545e7ca278de21e418a6f994 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 30 Nov 2009 17:29:01 +0100 Subject: 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 018cf6ded..904121e2e 100644 --- a/Makefile +++ b/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 -- cgit v1.2.3-55-g7522