summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-16 16:54:00 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-16 16:54:00 +0000
commitb6147a21b9ffd90c1b4479ae038742dd2b6e4b4f (patch)
tree7be0c1105e2f9bb5f10f915cad2829bb85f77d04 /pbx
parenteb5af4b1f3853b6fd30304797671241e6227f6c6 (diff)
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
Diffstat (limited to 'pbx')
-rw-r--r--pbx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index e8325e390..02755e572 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -23,7 +23,7 @@ KDE_CONSOLE_OBJS=pbx_kdeconsole_main.o pbx_kdeconsole.o
MODS:=$(patsubst %,%.so,$(SELECTED_MODS))
-all: depend $(MODS)
+all: $(MODS)
clean-depend:
rm -f .depend