aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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