aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ac1f4fd9..7414befbb 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ else
OSREV=$(CROSS_REV)
endif
+PWD=$(shell pwd)
+
# Remember the MAKELEVEL at the top
MAKETOPLEVEL?=$(MAKELEVEL)
@@ -222,7 +224,6 @@ ifeq ($(OSARCH),Linux)
MPG123TARG=linux
endif
-PWD=$(shell pwd)
GREP=grep
ifeq ($(OSARCH),SunOS)