From 4ac74dd51daf418597bf437e83acb2e4b2195a9f Mon Sep 17 00:00:00 2001 From: anthm Date: Fri, 16 Apr 2004 18:57:07 +0000 Subject: * 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 --- res/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res') diff --git a/res/Makefile b/res/Makefile index 9ba52b213..c39f0ffb8 100755 --- a/res/Makefile +++ b/res/Makefile @@ -44,3 +44,6 @@ depend: .depend .depend: ../mkdep $(CFLAGS) `ls *.c` + +env: + /bin/env -- cgit v1.2.3