[project @ 2002-10-24 13:08:35 by simonmar]
authorsimonmar <unknown>
Thu, 24 Oct 2002 13:08:35 +0000 (13:08 +0000)
committersimonmar <unknown>
Thu, 24 Oct 2002 13:08:35 +0000 (13:08 +0000)
commit04a63774d33a71fc0b6eb2765ec28c77dad19052
tree4c0d2b42383f15255bb48ca03f48d526d85f91e7
parentb866a9bcc1ec7fa6c5d26410eb4c0e49e08795c9
[project @ 2002-10-24 13:08:35 by simonmar]
In --make mode, consider everything that doesn't contain a '.' to be a
compilation manager input.  This fixes cases like

  ghc --make test37

where test37.hs exists.  I broke this in the previous commit, causing
a number of tests to break.
ghc/compiler/main/Main.hs