cvs commit: fptools Makefile fptools/ghc/mk boilerplate.mk config.mk.in
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools,gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <[email protected]> |
simonmar 2005/01/04 05:41:55 PST
Modified files:
. Makefile
ghc/mk boilerplate.mk config.mk.in
Log:
ghc/mk/config.mk was never being included in ordinary Makefiles. It
was only included in the top-level fptools/Makefile for the purposes
of obtaining binary distribution settings.
This fixes that problem, and now as a side-effect $(GhcHasReadline)
will start working again.
Revision Changes Path
1.114 +2 -1 fptools/Makefile
1.12 +12 -17 fptools/ghc/mk/boilerplate.mk
1.3 +8 -8 fptools/ghc/mk/config.mk.in