diff --git a/Makefile b/Makefile index 0808134b02..ece77719f5 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,8 @@ endif # Remember the MAKELEVEL at the top MAKETOPLEVEL?=$(MAKELEVEL) +PWD=$(shell pwd) + ifneq ($(findstring dont-optimize,$(MAKECMDGOALS)),dont-optimize) ######### More GSM codec optimization ######### Uncomment to enable MMXTM optimizations for x86 architecture CPU's @@ -212,7 +214,6 @@ ifeq ($(OSARCH),Linux) MPG123TARG=linux endif -PWD=$(shell pwd) GREP=grep ifeq ($(OSARCH),SunOS)