remove "depend" from the "all" targets in sub Makefiles. The main Makefile

already calls "make depend" for each of the subdirectories


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@34497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2006-06-16 16:54:00 +00:00
parent eb5af4b1f3
commit b6147a21b9
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ LIBLPC10=lpc10/liblpc10.a
MODS:=$(patsubst %,%.so,$(SELECTED_MODS))
all: depend $(MODS)
all: $(MODS)
clean-depend:
rm -f .depend