From mboxrd@z Thu Jan 1 00:00:00 1970 From: meyering@sourceware.org Subject: device-mapper make.tmpl.in Date: 18 Sep 2007 13:44:28 -0000 Message-ID: <20070918134428.30387.qmail@sourceware.org> Reply-To: device-mapper development Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-cvs@sourceware.org, dm-devel@redhat.com List-Id: dm-devel.ids CVSROOT: /cvs/dm Module name: device-mapper Changes by: meyering@sourceware.org 2007-09-18 13:44:28 Modified files: . : make.tmpl.in Log message: Fix symlink creation in previous change. Author: Jim Meyering Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/make.tmpl.in.diff?cvsroot=dm&r1=1.32&r2=1.33 --- device-mapper/make.tmpl.in 2007/09/18 13:02:58 1.32 +++ device-mapper/make.tmpl.in 2007/09/18 13:44:28 1.33 @@ -174,7 +174,7 @@ $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): %.$(LIB_SUFFIX) rm -f $@ - $(LN_S) $< $@ + $(LN_S) $(notdir $<) $@ $(LIB_STATIC): $(OBJECTS) $(RM) $@ @@ -214,4 +214,3 @@ endif endif endif -