device-mapper make.tmpl.in

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	meyering@xxxxxxxxxxxxxx	2007-09-18 13:44:28

Modified files:
	.              : make.tmpl.in 

Log message:
	Fix symlink creation in previous change.
	
	Author: Jim Meyering <jim@xxxxxxxxxxxx>

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
-

--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel

[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux