[sr-dev] git:master:6030a225: Makefile: don't create run_dir on install-utils

Victor Seva linuxmaniac at torreviejawireless.org
Mon Apr 20 12:34:10 CEST 2015


Module: kamailio
Branch: master
Commit: 6030a2256f29350021fc94fdcb41a2b8155ba715
URL: https://github.com/kamailio/kamailio/commit/6030a2256f29350021fc94fdcb41a2b8155ba715

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2015-04-20T12:33:06+02:00

Makefile: don't create run_dir on install-utils

---

Modified: Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/6030a2256f29350021fc94fdcb41a2b8155ba715.diff
Patch: https://github.com/kamailio/kamailio/commit/6030a2256f29350021fc94fdcb41a2b8155ba715.patch

---

diff --git a/Makefile b/Makefile
index 8cacc7a..31fe195 100644
--- a/Makefile
+++ b/Makefile
@@ -795,7 +795,7 @@ install-every-module-doc: $(foreach mods,$(modules_dirs),install-$(mods)-doc)
 
 install-every-module-man: $(foreach mods,$(modules_dirs),install-$(mods)-man)
 
-install-utils: utils $(bin_prefix)/$(bin_dir) $(run_prefix)/$(run_dir)
+install-utils: utils $(bin_prefix)/$(bin_dir)
 	@for r in $(C_INSTALL_BIN) "" ; do \
 		if [ -n "$$r" ]; then \
 			if [ -f "$$r" ]; then \




More information about the sr-dev mailing list