X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=5f1f46689ee35606b561b1ba339110b12d1d6f76;hb=4b77a5def6df965cae63dec8b836e18e1e09cd58;hp=3f44cb68fc23cc8d70be09471a6720c29c55ecdb;hpb=042c77c0fc6969d2d969fb68f1db51d33364d034;p=ext%2Fsubsurface.git diff --git a/Makefile b/Makefile index 3f44cb6..5f1f466 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1 +VERSION=1.2 CC=gcc CFLAGS=-Wall -Wno-pointer-sign -g @@ -87,7 +87,7 @@ GLIB2CFLAGS = $(shell $(PKGCONFIG) --cflags glib-2.0) GTK2CFLAGS = $(shell $(PKGCONFIG) --cflags gtk+-2.0) CFLAGS += $(shell $(XSLCONFIG) --cflags) -UNAME := $(shell $(CC) -v 2>&1 | grep Target | grep -E -o "linux|darwin|win") +UNAME := $(shell $(CC) -dumpmachine 2>&1 | grep -E -o "linux|darwin|win") ifeq ($(UNAME), linux)