X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=mk%2Fconfig.mk.in;h=45824f71d2941fdafb35cbef9c73d12ada2b6776;hb=35cd30bf8587a216449fc7925d0ea90524c9eaf4;hp=a4057ae41f6761f483524b73e88a1c3f3d5a399e;hpb=70331ad0a7c255a48c03cfe09f3f9df80f00c2d0;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index a4057ae..45824f7 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -209,6 +209,7 @@ GhcLibWays=p endif # Option flags to pass to GHC when it's compiling prelude modules +# *and* standard library modules (std) *and* modules in hslibs # Typically these are things like -O or -dcore-lint # The ones that are *essential* are wired into ghc/lib/Makefile # @@ -220,7 +221,7 @@ GhcLibHcOpts=-O # Win32 only: Enable the RTS and libraries to be built as DLLs # Don't split object files for libs if we're building DLLs EnableWin32DLLs=@EnableWin32DLLs@ -ifeq "($EnableWin32DLLs)" "YES" +ifeq "$(EnableWin32DLLs)" "YES" SplitObjs=NO else SplitObjs=YES @@ -642,14 +643,14 @@ YACC = @YaccCmd@ SGML2DVI = db2dvi SGML2HTML = db2html -SGML2INFO = db2info +SGML2PS = db2ps SGML2RTF = db2rtf SGMLSTYLESHEET = $(FPTOOLS_TOP_ABS)/docs/fptools-both.dsl SRC_SGML2DVI_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2HTML_OPTS = -d $(SGMLSTYLESHEET) -SRC_SGML2INFO_OPTS = -d $(SGMLSTYLESHEET) +SRC_SGML2PS_OPTS = -d $(SGMLSTYLESHEET) SRC_SGML2RTF_OPTS = -d $(SGMLSTYLESHEET) #-----------------------------------------------------------------------------