From: Andre Noll Date: Sat, 22 Jan 2011 13:15:49 +0000 (+0100) Subject: Makefile: Remove unused uname_rs. X-Git-Tag: v0.1.2~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=commitdiff_plain;h=ff1143ae3ce5886309483fae6ac5237ee2802fb0 Makefile: Remove unused uname_rs. --- diff --git a/Makefile b/Makefile index b0f78b0..100a486 100644 --- a/Makefile +++ b/Makefile @@ -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