X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=agi%2FMakefile;h=d9d10dcd375ebdba1a672868668356a4c1f1ab17;hp=5f2a6af9be5c6b0e3a0e7728e8f30aad45156e02;hb=e7c198453ddc4448666753222a66d010fa537986;hpb=96bf384e7d84291c40dcbe2e26e16af1c5a974c1;ds=inline diff --git a/agi/Makefile b/agi/Makefile index 5f2a6af..d9d10dc 100644 --- a/agi/Makefile +++ b/agi/Makefile @@ -39,8 +39,11 @@ eagi-test: eagi-test.o eagi-sphinx-test: eagi-sphinx-test.o $(CC) $(CFLAGS) -o eagi-sphinx-test eagi-sphinx-test.o $(LIBS) -clean: - rm -f *.so *.o look .depend eagi-test eagi-sphinx-test +clean-depend: + rm -f .depend + +clean: clean-depend + rm -f *.so *.o look eagi-test eagi-sphinx-test %.so : %.o $(CC) -shared -Xlinker -x -o $@ $<