aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 19:13:37 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 19:13:37 +0000
commit3bf6b880d8720de0ed86bfbc89d66be35aced7e9 (patch)
tree8cb94d5d20162e97206964a995307ea77340400c /apps/Makefile
parent8057b6139c5489de4eb83d32dd4c68dbd66d8ed9 (diff)
remove traces of "look", something that does not exist in the tree
(issue #6904) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18492 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 6b6d9ae3a..934a8f268 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -59,7 +59,7 @@ clean-depend:
rm -f .depend
clean: clean-depend
- rm -f *.so *.o look
+ rm -f *.so *.o
%.so : %.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
@@ -75,15 +75,11 @@ install: all
uninstall:
-look: look.c
- $(CC) -pipe -O6 -g look.c -o look -lncurses
-
ifeq (SunOS,$(shell uname))
app_chanspy.so: app_chanspy.o
$(CC) $(SOLINK) -o $@ $< -lrt
endif
-
ifneq ($(wildcard .depend),)
include .depend
endif