X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=Makefile;h=0d3340232b899948022b4083c39dcfca851e37b0;hb=52748412fff0974fbc76b3f0a72cd0ba58b37771;hp=3f44cb68fc23cc8d70be09471a6720c29c55ecdb;hpb=042c77c0fc6969d2d969fb68f1db51d33364d034;p=ext%2Fsubsurface.git diff --git a/Makefile b/Makefile index 3f44cb6..0d33402 100644 --- a/Makefile +++ b/Makefile @@ -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)