diff --git a/main/Makefile b/main/Makefile index b3e84e16c1b01719b03d2b7b76bdcdada3aa8d81..a51b48bb1013e5530a74af246bd2d03409e8ed4c 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::