[project @ 2001-02-17 20:21:50 by sebc]
authorsebc <unknown>
Sat, 17 Feb 2001 20:21:50 +0000 (20:21 +0000)
committersebc <unknown>
Sat, 17 Feb 2001 20:21:50 +0000 (20:21 +0000)
The LIBM variable was between two Readline related variables. Cleaned up.

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@