Skip to content
Snippets Groups Projects
Commit b016ea8c authored by sof's avatar sof
Browse files

[project @ 1998-08-21 11:03:30 by sof]

SRC_LD_OPTS: -syslib misc depend on -syslib exts, so add the latter too
parent d400dbb7
No related merge requests found
# -----------------------------------------------------------------------------
# $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
#-----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment