--- utils/Makefile.macosx.orig	2015-01-16 15:08:44.000000000 -0800
+++ utils/Makefile.macosx	2015-01-16 15:18:39.000000000 -0800
@@ -1,10 +1,10 @@
 #!make
 
-CC=cc
+CC=@@MP_CC@@
 # Should not be using local includes on non-win32 systems
 # CCFLAGS=-I/usr/X11/include -I../include
 CCFLAGS=  # no includes needed, Apple GCC will automatically pick up system frameworks
-LINK=cc
+LINK=${CC}
 LDFLAGS=-framework AGL -framework OpenGL -framework GLUT
 
 all: glversion.txt