summaryrefslogtreecommitdiff
path: root/funcs/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-05-08 18:11:55 +0000
committerMark Spencer <markster@digium.com>2005-05-08 18:11:55 +0000
commit49a7a4809a5ce6ce9386a227222f6db69e839048 (patch)
treebe586f060c5c84eaee263fd4562b61d0e7139fb1 /funcs/Makefile
parentee79fe4036d5f4b6a9b9836f82078b631f15e348 (diff)
Removed unnecessary strip (bug #4181)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5608 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/Makefile')
-rwxr-xr-xfuncs/Makefile1
1 files changed, 0 insertions, 1 deletions
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