X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.common;h=3c8fd2bb314b131a79943c066a7355adcb493d7f;hb=31ac96a3d5e7edbe15c673ce40ba5c1fc94aa62b;hp=455f5a47061d8b4ee18ca9701764931983a60628;hpb=3d86a3b402ae495cddcc5999c5bdd7fe6f586d53;p=clsql.git diff --git a/Makefile.common b/Makefile.common index 455f5a4..3c8fd2b 100644 --- a/Makefile.common +++ b/Makefile.common @@ -6,7 +6,7 @@ OS_AIX=$(shell expr "$(UNAME)" : '.*AIX.*') OS_SUNOS=$(shell expr "$(UNAME)" : '.*SunOS.*') OS_DARWIN=$(shell expr "$(UNAME)" : '.*Darwin.*') ifneq ($(OS_DARWIN),0) - OS_DARWIN64=$(shell expr match "$(DARWIN_LIBC)" '.*x86_64.*') + OS_DARWIN64=$(shell expr "$(DARWIN_LIBC)" : '.*x86_64.*') else OS_DARWIN64=0 endif