From 49a7a4809a5ce6ce9386a227222f6db69e839048 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sun, 8 May 2005 18:11:55 +0000 Subject: [PATCH] Removed unnecessary strip (bug #4181) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5608 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- funcs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/funcs/Makefile b/funcs/Makefile index ca5a81795d..c7bdd042ca 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