From 34e415222ebda7eaf819412f35a8b5c5dc2d65d4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale II 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: https://origsvn.digium.com/svn/asterisk/trunk@2702 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/Makefile') 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 -- cgit v1.2.3