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
This commit is contained in:
Kevin P. Fleming
2007-01-01 22:59:01 +00:00
parent 9ebe6679a2
commit 887a2de2b4
2 changed files with 8 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ endif
# Create OPTIONS variable
OPTIONS=
ASTTOPDIR:=$(shell pwd)
ASTTOPDIR:=$(CURDIR)
# Overwite config files on "make samples"
OVERWRITE=y