From 64f2ef4cbde88e6291c775d98e1d171b911721a4 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 15 Sep 2009 16:52:58 +0000 Subject: Add a missing trailing slash on the install-libs target (closes issue #15793) Reported by: pprindeville Patches: dahdi-tools-makefile.patch uploaded by pprindeville (license 347) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7131 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1d2e3f..588393a 100644 --- a/Makefile +++ b/Makefile @@ -241,7 +241,7 @@ ifeq (,$(DESTDIR)) /sbin/ldconfig || : ;\ fi endif - rm -f $(DESTDIR)$(LIB_DIR)$(LTZ_SO) + rm -f $(DESTDIR)$(LIB_DIR)/$(LTZ_SO) $(LN) -sf $(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) \ $(DESTDIR)$(LIB_DIR)/$(LTZ_SO).$(LTZ_SO_MAJOR_VER) $(LN) -sf $(LTZ_SO).$(LTZ_SO_MAJOR_VER).$(LTZ_SO_MINOR_VER) \ -- cgit v1.2.3