aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-22 18:53:18 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-22 18:53:18 +0000
commit7cb9ccbb92d63e9f186aeaa8953516070d3014c5 (patch)
treee8ce5aa842ad44665df26780fd058370f7e89d2c /Makefile
parent784d266100e2d5fd71b6e9e801e035a79338a421 (diff)
Fix a few build issues in Solaris (and likely others).
Use GREP and ID variables from autoconf. Reported to me in #asterisk-dev I forgot who reported this - sorry. :( git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@80330 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 474f5070c..f0b1f1144 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,8 @@ export PROC
export SOLINK
export STRIP
export DOWNLOAD
+export GREP
+export ID
export OSARCH
export CURSES_DIR
export NCURSES_DIR