X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FMakefile;h=c037578537eba59d30f84e13550e0eb5c7713228;hb=b016ea8cf219abd62ed9cedfa5e43666fdf7b516;hp=0b3187b82d97543067447a2cde0c9dbd4e78592a;hpb=91f66d2a15e722804987218319dbd99bf1e639a2;p=ghc-hetmet.git 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 #-----------------------------------------------------------------------------