aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-11-28 20:12:48 +0000
committerMike Baker <mbm@openwrt.org>2006-11-28 20:12:48 +0000
commit1a9e1bf731c009cdde791100b96fc4f6404d83ea (patch)
treee1c1103c88b1b4db4030a51526dbe511c6b9004a /Makefile
parent5cd910510b1abc2ec29bb34f15ebd5fcee5585f4 (diff)
downloadmaster-187ad058-1a9e1bf731c009cdde791100b96fc4f6404d83ea.tar.gz
master-187ad058-1a9e1bf731c009cdde791100b96fc4f6404d83ea.tar.bz2
master-187ad058-1a9e1bf731c009cdde791100b96fc4f6404d83ea.zip
trivial changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f157b9d3a9..e97423ee63 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ all: world
SHELL:=/usr/bin/env bash
export LC_ALL=C
export LANG=C
-export TOPDIR=${shell pwd}
+export TOPDIR=${CURDIR}
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif