Add dependencies on .h files #included into Haskell source
authorSimon Marlow <simonmar@microsoft.com>
Thu, 7 Sep 2006 09:47:51 +0000 (09:47 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 7 Sep 2006 09:47:51 +0000 (09:47 +0000)
commit451d907d9db34b9f7c787af4196e0bec05916508
treed6449886579dcf4a1a209f243fb49a78099486c7
parenta0be7e7ccd602efd9b7d35b3e0747a2c4f155ce9
Add dependencies on .h files #included into Haskell source
Our .depend machinery doesn't automatically generate these, so we have
to add them manually.  (this fixes one instance of missing
dependencies in the GHC build tree, there are lots more...).
compiler/Makefile
compiler/nativeGen/AsmCodeGen.lhs