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
This commit is contained in:
Russell Bryant 2006-04-08 19:13:37 +00:00
parent bdff9c973d
commit e27f756be4

View file

@ -59,7 +59,7 @@ clean-depend:
rm -f .depend rm -f .depend
clean: clean-depend clean: clean-depend
rm -f *.so *.o look rm -f *.so *.o
%.so : %.o %.so : %.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB}
@ -75,15 +75,11 @@ install: all
uninstall: uninstall:
look: look.c
$(CC) -pipe -O6 -g look.c -o look -lncurses
ifeq (SunOS,$(shell uname)) ifeq (SunOS,$(shell uname))
app_chanspy.so: app_chanspy.o app_chanspy.so: app_chanspy.o
$(CC) $(SOLINK) -o $@ $< -lrt $(CC) $(SOLINK) -o $@ $< -lrt
endif endif
ifneq ($(wildcard .depend),) ifneq ($(wildcard .depend),)
include .depend include .depend
endif endif