From a3ce65e5cdcba6a6c96606d3f607ed96f0205a99 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 23 Feb 2006 23:06:42 +0000 Subject: [PATCH] Oops, this was broken in 1.2, too. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@10952 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1b4ec8fecb..8c22fefe8e 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 @@ -209,7 +211,6 @@ ifeq ($(OSARCH),Linux) MPG123TARG=linux endif -PWD=$(shell pwd) GREP=grep ifeq ($(OSARCH),SunOS)