[asterisk-commits] trunk r18492 - /trunk/apps/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Apr 8 12:13:38 MST 2006


Author: russell
Date: Sat Apr  8 14:13:37 2006
New Revision: 18492

URL: http://svn.digium.com/view/asterisk?rev=18492&view=rev
Log:
remove traces of "look", something that does not exist in the tree
(issue #6904)

Modified:
    trunk/apps/Makefile

Modified: trunk/apps/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/apps/Makefile?rev=18492&r1=18491&r2=18492&view=diff
==============================================================================
--- trunk/apps/Makefile (original)
+++ trunk/apps/Makefile Sat Apr  8 14:13:37 2006
@@ -59,7 +59,7 @@
 	rm -f .depend
 
 clean: clean-depend
-	rm -f *.so *.o look
+	rm -f *.so *.o
 
 %.so : %.o
 	$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
@@ -75,14 +75,10 @@
 
 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



More information about the asterisk-commits mailing list