From: Russell Bryant Date: Sat, 8 Apr 2006 19:13:37 +0000 (+0000) Subject: remove traces of "look", something that does not exist in the tree X-Git-Tag: 1.4.0-beta1~2079 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e27f756be47642e245fc69132e770fb412b56979;p=thirdparty%2Fasterisk.git remove traces of "look", something that does not exist in the tree (issue #6904) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18492 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/Makefile b/apps/Makefile index 6b6d9ae3a3..934a8f2683 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