summaryrefslogtreecommitdiff
path: root/main/Makefile
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-02-22 11:12:54 -0600
committerJoshua Colp <jcolp@digium.com>2017-02-22 11:12:54 -0600
commitced73d5b799ab7f8ab7610d632f10be25ff6ff0f (patch)
treec2ce0c4dea83c2cd455d5478068851c7cd47c41c /main/Makefile
parent28c8e4f58f0f38792c7c79a05bd07788ebf15332 (diff)
Revert "build: Execute ldconfig to build cache."
This reverts commit 28c8e4f58f0f38792c7c79a05bd07788ebf15332. Change-Id: Ie2e1aaf61fd49045994974a4581545ac8348fe4c
Diffstat (limited to 'main/Makefile')
-rw-r--r--main/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/main/Makefile b/main/Makefile
index 3c371c668..4d1b2c41b 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -355,11 +355,7 @@ else # Darwin
endif
endif
ifneq ($(LDCONFIG),)
-ifneq ($(DESTDIR),)
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
-else
- $(LDCONFIG)
-endif
endif
$(LN) -sf asterisk "$(DESTDIR)$(ASTSBINDIR)/rasterisk"
@@ -377,11 +373,7 @@ ifneq ($(ASTPJ_LIB).$(ASTPJ_SO_VERSION),.)
rm -f "$(DESTDIR)$(ASTLIBDIR)/$(ASTPJ_LIB)"
endif
ifneq ($(LDCONFIG),)
-ifneq ($(DESTDIR),)
$(LDCONFIG) $(LDCONFIG_FLAGS) "$(DESTDIR)$(ASTLIBDIR)/"
-else
- $(LDCONFIG)
-endif
endif
clean::