Skip to content
Snippets Groups Projects
Commit dc9cf6cf authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-30 09:46:04 by simonmar]

wibble
parent 5970d3a2
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.39 2000/06/30 09:45:16 simonmar Exp $
# $Id: Makefile,v 1.40 2000/06/30 09:46:04 simonmar Exp $
#
TOP=..
......@@ -10,7 +10,7 @@ ifeq "$(GhcWithHscBuiltViaC)" "YES"
HC=$(GHC_INPLACE)
endif
ghc_406_at_least = $(shell expr "$(GhcMinVersion)" \> 6)
ghc_406_at_least = $(shell expr "$(GhcMinVersion)" \>= 6)
ifeq "$(ghc_406_at_least)" "1"
SRC_HC_OPTS += -fglasgow-exts -cpp -package concurrent -package posix -package text
else
......
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