From: simonmar Date: Wed, 26 Apr 2000 15:35:25 +0000 (+0000) Subject: [project @ 2000-04-26 15:35:25 by simonmar] X-Git-Tag: Approximately_9120_patches~4601 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cdcdeff92e6fa701370f8df616081cbcf466f9b0;p=ghc-hetmet.git [project @ 2000-04-26 15:35:25 by simonmar] we were adding the include path twice, for some bizarre reason. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 5d42b0c..a6ff27c 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1144,7 +1144,6 @@ sub setupIncPaths { push (@Include_dir, "$TopPwd/${CURRENT_DIR}/${GHC_INCLUDE_DIR}"); } else { push (@Include_dir, "$InstLibDirGhc/includes"); - push (@Include_dir, "$InstLibDirGhc/includes"); } } # end of setupIncPaths \end{code}