summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-09-15 16:52:58 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-09-15 16:52:58 +0000
commit64f2ef4cbde88e6291c775d98e1d171b911721a4 (patch)
tree5f12cd5f829bbc8131c5003685ce30f77110b2e0
parented45d6267c2ead5ca9558d720056b469342c0c6f (diff)
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
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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) \