Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c91a5a53
Commit
c91a5a53
authored
May 25, 2007
by
Simon Marlow
Browse files
-package pretty is required for GHC >= 6.7
parent
8c7bea37
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/genapply/Makefile
View file @
c91a5a53
...
...
@@ -12,6 +12,10 @@ ifeq "$(GhcUnregisterised)" "YES"
SRC_HC_OPTS
+=
-DNO_REGS
endif
ifeq
"$(ghc_ge_607)" "YES"
SRC_HC_OPTS
+=
-package
pretty
endif
# Try to get dependencies right...
SRC_HC_OPTS
+=
-no-recomp
GenApply.o
:
$(GHC_INCLUDE_DIR)/ghcconfig.h
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment