aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-10 03:23:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-10 03:23:38 +0000
commit9b9ed4da7463c76246df9cdb8af83509dc9edc31 (patch)
tree01cb63f71cfdda77c866c3e9a98e33b559e742d2 /funcs/Makefile
parentfab9f25c1392e3da3f9ff3cd02ec51eae9bae03f (diff)
Fix indentation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7929 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs/Makefile')
-rw-r--r--funcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 60ef95151..63d36bfe9 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -24,7 +24,7 @@ BUILTINS=func_md5.o \
func_timeout.o \
func_language.o \
func_moh.o \
- func_base64.o
+ func_base64.o
AVAILABLE_FUNCS=$(filter-out $(BUILTINS),$(patsubst %.c,%.o,$(wildcard func*.c)))