]> git.tuebingen.mpg.de Git - osl.git/blobdiff - Makefile
Fix comment on SHA1 implementation.
[osl.git] / Makefile
index bd2c109636074c1a8f3f15a87fd287468ab41e62..09ad34b3edcde8ab57ef140ed1ee35e32c61179f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ OBJCOPY := objcopy
 # The way x, y and z are interpreted depends on the OS.
 x := 0
 y := 1
-z := 1
+z := 2
 VERSION := $(x).$(y).$(z)
 
 # common flags
@@ -190,7 +190,7 @@ install-man: $(man_pages)
 install-lib: $(realname) $(headers)
        $(MKDIR) $(libdir) $(includedir)
        $(RM) $(libdir)/$(linkername)
-       $(LN) -s $(libdir)/$(soname) $(libdir)/$(linkername)
+       $(LN) -s $(soname) $(libdir)/$(linkername)
        $(INSTALL) -m 755 $(realname) $(libdir)
        $(INSTALL) -m 644 $(headers) $(includedir)