aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-29 17:40:58 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-29 17:40:58 +0000
commitb92150994d6335b3ee3823d7568df5f01c59c2c4 (patch)
treebe988cfbc4db30f8f99ab297b2c14a8f68194cac /apps/Makefile
parent345c626a340743c0d8ea7ebb71252f3034282627 (diff)
Minor Makefile cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3675 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4973fded1..b2269e627 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -89,7 +89,7 @@ app_sql_odbc.so: app_sql_odbc.o
$(CC) $(SOLINK) -o $@ $< -lodbc
look: look.c
- gcc -pipe -O6 -g look.c -o look -lncurses
+ $(CC) -pipe -O6 -g look.c -o look -lncurses
ifneq ($(wildcard .depend),)
include .depend