From c521e839954238b8a1818dacc9590b6db4c2bf9d Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 16 Jun 2006 16:54:00 +0000 Subject: remove "depend" from the "all" targets in sub Makefiles. The main Makefile already calls "make depend" for each of the subdirectories git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34497 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdr/Makefile') diff --git a/cdr/Makefile b/cdr/Makefile index 644d2eb68..8c56b22f5 100644 --- a/cdr/Makefile +++ b/cdr/Makefile @@ -39,7 +39,7 @@ endif MODS:=$(patsubst %,%.so,$(SELECTED_MODS)) -all: depend $(MODS) +all: $(MODS) install: all for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done -- cgit v1.2.3