[project @ 2002-09-16 10:16:14 by simonmar]
authorsimonmar <unknown>
Mon, 16 Sep 2002 10:16:14 +0000 (10:16 +0000)
committersimonmar <unknown>
Mon, 16 Sep 2002 10:16:14 +0000 (10:16 +0000)
commit73d65fa7ffd8351916989d7deec3cd5210b0dd61
treeba9b9e2ac517a912f6af80e80a6ddeed965e852e
parentdeafae587c0ee3b0fc005e2f5e654649aa27596b
[project @ 2002-09-16 10:16:14 by simonmar]
Instead of trying to convert $(ALL_DIRS) into a colon-separated list
of directories to pass to the compiler with -i, put each directory in
its own -i option.  This is more robust, the previous method was
sensitive to extra spaces in the ALL_DIRS list.

(should fix the current nightly breakage on the HEAD)
ghc/compiler/Makefile