X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=100a486b06bf6fb83ac8de3bf743268ea93c3dd8;hb=e826876808b34d21a2c4af7f0e066a1b188a7a28;hp=13bac8dd472b31be211b83ee9956e4a690aaf6e7;hpb=f3474d8b7d50ca0fd437521f6cbd1febdacb056f;p=osl.git diff --git a/Makefile b/Makefile index 13bac8d..100a486 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ LN := ln # The way x, y and z are interpreted depends on the OS. x := 0 y := 1 -z := 0 +z := 1 VERSION := $(x).$(y).$(z) # common flags @@ -44,7 +44,6 @@ LIBCFLAGS += -fPIC LIBCFLAGS += -fvisibility=hidden uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") -uname_rs := $(shell uname -rs) libname := osl