From e19e560da2cd5e8bbfe03afc6bb360ac764357d1 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 23 Dec 2005 21:03:25 +0000 Subject: Bug 5327 - new function FILTER and optional argument to CALLERID git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7614 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs/Makefile') diff --git a/funcs/Makefile b/funcs/Makefile index aa11c2059..1934be5ab 100644 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -37,7 +37,7 @@ FUNCS+=$(STANDALONE_FUNCS:.o=.so) FUNC_SOURCES=$(BUILTINS:.o=.c) -FUNC_STRUCTS=$(shell grep 'struct ast_custom_function' $(FUNC_SOURCES) | awk '{print $$3};') +FUNC_STRUCTS=$(shell grep 'struct ast_custom_function' $(FUNC_SOURCES) | awk '{print $$3};' | sort) ifeq (${OSARCH},CYGWIN) CYGSOLINK=-Wl,--out-implib=lib$@.a -Wl,--export-all-symbols -- cgit v1.2.3