Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
999bc159
Commit
999bc159
authored
Aug 18, 2006
by
duncan.coutts@worc.ox.ac.uk
Browse files
Use ghc from the path by default in the Makefile
parent
d73537fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
999bc159
...
...
@@ -11,11 +11,9 @@ GHCFLAGS= --make -Wall -fno-warn-unused-matches -cpp
# later: -Wall
PREF
=
/usr/local
USER_FLAG
=
GHCPKGFLAGS
=
#HCBASE=/tmp/ghc/bin/
HCBASE
=
/usr/local/bin/
HC
=
$(HCBASE)
ghc
HC_PKG
=
$(HCBASE)
/ghc-pkg
GHCPKGFLAGS
=
HC
=
ghc
HC_PKG
=
ghc-pkg
# Comment out this line if your system doesn't have System.Posix.
ISPOSIX
=
-DHAVE_UNIX_PACKAGE
...
...
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