aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-01 22:59:01 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-01 22:59:01 +0000
commit21f3c330f27ae80840a0873bcd25d4de1ab4e728 (patch)
treeac682015fbab2c6b046a5808f1c63634fc2dc9e9 /Makefile
parent82deb6513d876837735825613dc109b49705bdfc (diff)
GNU make already knows what the current directory is, there is no need to use 'pwd'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49101 f38db490-d61c-443f-a65b-d21fe96a405b
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