From be9aeb3450ea9ad4b2451125292a6bc1745635aa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Sep 2007 14:27:33 +0000 Subject: [PATCH] Create the .so.1.02 symlink in lib/, not lib/ioctl/. Author: Jim Meyering --- make.tmpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.tmpl.in b/make.tmpl.in index 8ba6218..db49a22 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -174,7 +174,7 @@ endif $(VERSIONED_SHLIB): %.$(LIB_SUFFIX).$(LIB_VERSION): %.$(LIB_SUFFIX) rm -f $@ - $(LN_S) $(notdir $<) $@ + $(LN_S) $< $(notdir $@) $(LIB_STATIC): $(OBJECTS) $(RM) $@ -- 2.43.5