summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-04-16 18:57:07 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-04-16 18:57:07 +0000
commit34e415222ebda7eaf819412f35a8b5c5dc2d65d4 (patch)
tree3a0d274676504cb9a59b7688c8cdc1218ce3c8db /apps/Makefile
parentd8a6763be488cb1ebff555dabb0e86f4e25d02d6 (diff)
* Patch to Makefiles to allow a script to query the make envirnoment.
* contrib/scripts/astxs (The tool itself) * see bug 1329 -Anthony Minessale (anthm) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index ada6431a9..eb24b1138 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -100,3 +100,6 @@ depend: .depend
.depend:
../mkdep $(CFLAGS) `ls *.c`
+
+env:
+ /bin/env