Make GHC main program depend on the libHSghc_dyn when GhcBuildDylibs==YES
authorwolfgang.thaller@gmx.net <unknown>
Tue, 27 Mar 2007 21:01:22 +0000 (21:01 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Tue, 27 Mar 2007 21:01:22 +0000 (21:01 +0000)
commitbe96a4fa9b79d57a6be20b5b6bb4d8f51317e2e3
tree46a7ea672dddeed8140a2775115830a9dcc08418
parent006e481e4759d8dc9025ba82982847b7dffe158b
Make GHC main program depend on the libHSghc_dyn when GhcBuildDylibs==YES

When building a dynamic GHC, we obviously want to build the dynamic library
libHSghc_dyn.[so|dylib] before building the compiler executable.

MERGE TO STABLE
compiler/Makefile