From f23e021126c19cff87ce36c9b312a433841378f8 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 8 May 2005 18:11:55 +0000 Subject: Removed unnecessary strip (bug #4181) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5608 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'funcs/Makefile') diff --git a/funcs/Makefile b/funcs/Makefile index ca5a81795..c7bdd042c 100755 --- a/funcs/Makefile +++ b/funcs/Makefile @@ -45,7 +45,6 @@ pbx_functions.h: $(BUILTINS:.o=.c) pbx_functions.so: pbx_functions.o #$(BUILTINS) $(CC) $(SOLINK) -o $@ $< - strip $(foreach f,$(FUNC_STRUCTS),-N $(f)) $@ install: all for x in $(FUNCS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done -- cgit v1.2.3