X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=Makefile;h=09ad34b3edcde8ab57ef140ed1ee35e32c61179f;hp=bd2c109636074c1a8f3f15a87fd287468ab41e62;hb=1a703d0b9abe4b4e425d4b10e5cf928d636e3f51;hpb=777af7b3d434f139dbc53d2b7dfa957dfa7d5880 diff --git a/Makefile b/Makefile index bd2c109..09ad34b 100644 --- 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)