[project @ 2001-02-18 17:22:49 by qrczak]
[ghc-hetmet.git] / mk / config.mk.in
index b3f63e9..fdc8fdb 100644 (file)
@@ -290,14 +290,14 @@ GhcLibsWithReadline=@HaveReadlineHeaders@
 # Libraries needed for linking with readline
 LibsReadline=@LibsReadline@
 
-# Math library
-LIBM=@LIBM@
-
 # Include path to readline.h
 # (no path == in standard include path)
 #
 ReadlineIncludePath=
 
+# Math library
+LIBM=@LIBM@
+
 # Build the Haskell OpenGL/GLUT binding?
 #
 GhcLibsWithHOpenGL=@GhcLibsWithHOpenGL@