Allow instance heads to use infix syntax
[ghc-hetmet.git] / mk / config.mk.in
index 4b8417a..01bbc75 100644 (file)
@@ -302,9 +302,6 @@ SupportsSplitObjs=$(strip $(if $(filter YES,$(ArchSupportsSplitObjs)),\
 # By default, enable SplitObjs for the libraries if this build supports it
 SplitObjs=$(SupportsSplitObjs)
 
-# Math library
-LIBM=@LIBM@
-
 # .NET interop support?
 #
 DotnetSupport=NO
@@ -601,6 +598,7 @@ PIC                 = pic
 PREPROCESSCMD          = $(CC) -E
 RANLIB                 = @RANLIB@
 SED                    = @SedCmd@
+TR                     = tr
 SHELL                  = /bin/sh
 
 HaveDtrace             = @HaveDtrace@