[project @ 1997-09-05 09:16:19 by simonm] Approximately_1000_patches_recorded
authorsimonm <unknown>
Fri, 5 Sep 1997 09:16:36 +0000 (09:16 +0000)
committersimonm <unknown>
Fri, 5 Sep 1997 09:16:36 +0000 (09:16 +0000)
commite3f0d880b7b74ed95059a8cddf3edf3e0d2f83c6
treefbdb789de9515bb4945ac8248b35f46b77c41377
parent189a7fc21556030618026d820ae1f9381a0d7032
[project @ 1997-09-05 09:16:19 by simonm]
don't set $(WAYS) in ghc/mk/paths.mk, set it explicitly in the
Makefiles where it is required (compiler/Makefile, lib/Makefile and
runtime/Makefile).

Remove the overriding of $(WAYS) from utils/*/Makefile.

No need to eliminate warnings for overlapped patterns in
Happy-generated parsers any more.

Don't compile OccurAnal with -O if we're using a pre-version-2 GHC,
since it seems there's an optimiser bug.
13 files changed:
ghc/compiler/Makefile
ghc/lib/Makefile
ghc/mk/paths.mk
ghc/runtime/Makefile
ghc/utils/Makefile
ghc/utils/hp2ps/Makefile
ghc/utils/hscpp/Makefile
ghc/utils/hstags/Makefile
ghc/utils/mkdependHS/Makefile
ghc/utils/parallel/Makefile
ghc/utils/stat2resid/Makefile
ghc/utils/ugen/Makefile
ghc/utils/unlit/Makefile