Re: Bug in Edison Makefile

1999-12-21 Thread Sven Panne
Simon Marlow wrote: You shouldn't try building in the edison subdir; [...] That was only a test to see what is going on. I'm doing the usual `make all' directly in fptools/ in the course of building a ghc+hslibs RPM. The current hack is to add the following to mk/build.mk: SRC_HC_OPTS +=

RE: Bug in Edison Makefile

1999-12-21 Thread Simon Marlow
When you call `make all' from the edison subdir, the compiler and the flags change magically and dependencies seem to be broken: You shouldn't try building in the edison subdir; the Makefile in fptools/hslibs/data is designed to reach into edison and build the required bits. That way we can

Re: Bug in Edison Makefile

1999-12-21 Thread Chris Okasaki
Simon Marlow wrote: When you call `make all' from the edison subdir, the compiler and the flags change magically and dependencies seem to be broken: You shouldn't try building in the edison subdir; the Makefile in fptools/hslibs/data is designed to reach into edison and build the required