From: sof Date: Fri, 21 Aug 1998 11:03:30 +0000 (+0000) Subject: [project @ 1998-08-21 11:03:30 by sof] X-Git-Tag: Approx_2487_patches~301 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b016ea8cf219abd62ed9cedfa5e43666fdf7b516;p=ghc-hetmet.git [project @ 1998-08-21 11:03:30 by sof] SRC_LD_OPTS: -syslib misc depend on -syslib exts, so add the latter too --- diff --git a/ghc/compiler/Makefile b/ghc/compiler/Makefile index 0b3187b..c037578 100644 --- a/ghc/compiler/Makefile +++ b/ghc/compiler/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.44 1998/08/14 12:13:06 sof Exp $ +# $Id: Makefile,v 1.45 1998/08/21 11:03:30 sof Exp $ TOP = .. include $(TOP)/mk/boilerplate.mk @@ -267,7 +267,7 @@ CLEAN_FILES += hsp SRC_LD_OPTS += -no-link-chk ifeq "$(GhcReportCompiles)" "YES" -SRC_LD_OPTS += -syslib misc +SRC_LD_OPTS += -syslib misc -syslib exts endif #-----------------------------------------------------------------------------