aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-08 18:11:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-08 18:11:55 +0000
commitf23e021126c19cff87ce36c9b312a433841378f8 (patch)
treebe586f060c5c84eaee263fd4562b61d0e7139fb1 /funcs/Makefile
parent7504988d823554b41858df3f536451f07712bf67 (diff)
Removed unnecessary strip (bug #4181)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5608 f38db490-d61c-443f-a65b-d21fe96a405b
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