From c78657db5316dcf8c99d887884f46cba6c52d646 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 3 Apr 2009 02:14:15 +0000 Subject: Make symlinks relative svn path=/trunk/tools/buildsystem/; revision=7038 --- makefiles/Makefile.top | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefiles/Makefile.top') diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index 5fb907b..e0f2e01 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -269,9 +269,9 @@ endef # TODO: Is this scheme portable? define install_shared_lib $(INSTALL) $(INSTALLFLAGS) -m 755 $1 $2/$(notdir $1).$(COMPONENT_VERSION) - $(LN) $(LNFLAGS) -fs $2/$(notdir $1).$(COMPONENT_VERSION) \ + $(LN) $(LNFLAGS) -fs $(notdir $1).$(COMPONENT_VERSION) \ $2/$(notdir $1).$(major-version) - $(LN) $(LNFLAGS) -fs $2/$(notdir $1).$(COMPONENT_VERSION) $2/$(notdir $1) + $(LN) $(LNFLAGS) -fs $(notdir $1).$(COMPONENT_VERSION) $2/$(notdir $1) endef # Install a file ($1) to the specified location ($2) -- cgit v1.2.3