CVSROOT: /cvs/dm Module name: device-mapper Changes by: meyering@xxxxxxxxxxxxxx 2007-09-18 14:27:34 Modified files: . : make.tmpl.in Log message: Create the .so.1.02 symlink in lib/, not lib/ioctl/. Author: Jim Meyering <jim@xxxxxxxxxxxx> Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/make.tmpl.in.diff?cvsroot=dm&r1=1.33&r2=1.34 --- device-mapper/make.tmpl.in 2007/09/18 13:44:28 1.33 +++ device-mapper/make.tmpl.in 2007/09/18 14:27:33 1.34 @@ -174,7 +174,7 @@ $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): %.$(LIB_SUFFIX) rm -f $@ - $(LN_S) $(notdir $<) $@ + $(LN_S) $< $(notdir $@) $(LIB_STATIC): $(OBJECTS) $(RM) $@ -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel