summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-01-01 22:59:01 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-01-01 22:59:01 +0000
commit887a2de2b4e7037a1d86d98720bdf63653ce5abe (patch)
treeac682015fbab2c6b046a5808f1c63634fc2dc9e9 /Makefile
parent9ebe6679a25a9bfb3c7e8e82614d85322cb06555 (diff)
GNU make already knows what the current directory is, there is no need to use 'pwd'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49101 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 914081271..0145a78ba 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ endif
# Create OPTIONS variable
OPTIONS=
-ASTTOPDIR:=$(shell pwd)
+ASTTOPDIR:=$(CURDIR)
# Overwite config files on "make samples"
OVERWRITE=y