From bc43fe5c60a64a58a4b6999aa088a9df3c03aaad Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 14 Mar 2011 16:31:00 +0000 Subject: build-sys: No need to create folder for echo-cancel module. The ORCC stage does this anyway (and this was buggy anyway as it had an extra 'src/' prefix so never worked properly when it was introduced in d6cdd80). Thanks to Maarten Bosmans for pointing it out. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2ab63556..71ad19b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1335,7 +1335,7 @@ $(SYMDEF_FILES): modules/module-defs.h.m4 .PHONY: builddirs builddirs: - $(AM_V_at)$(MKDIR_P) daemon modules src/modules/echo-cancel + $(AM_V_at)$(MKDIR_P) daemon modules # Simple protocol -- cgit