aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authoranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-16 18:57:07 +0000
committeranthm <anthm@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-16 18:57:07 +0000
commit4ac74dd51daf418597bf437e83acb2e4b2195a9f (patch)
tree3a0d274676504cb9a59b7688c8cdc1218ce3c8db /apps/Makefile
parent309e8e681203aee739f1b60adc690241bce48cf3 (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: http://svn.digium.com/svn/asterisk/trunk@2702 f38db490-d61c-443f-a65b-d21fe96a405b
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