From: sebc Date: Sat, 17 Feb 2001 20:21:50 +0000 (+0000) Subject: [project @ 2001-02-17 20:21:50 by sebc] X-Git-Tag: Approximately_9120_patches~2607 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3c208cf148c5b44e0c6612f0d8b8afe746d4cf3b;p=ghc-hetmet.git [project @ 2001-02-17 20:21:50 by sebc] The LIBM variable was between two Readline related variables. Cleaned up. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index b3f63e9..fdc8fdb 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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@