[project @ 2000-04-26 15:35:25 by simonmar]
authorsimonmar <unknown>
Wed, 26 Apr 2000 15:35:25 +0000 (15:35 +0000)
committersimonmar <unknown>
Wed, 26 Apr 2000 15:35:25 +0000 (15:35 +0000)
we were adding the include path twice, for some bizarre reason.

ghc/driver/ghc.lprl

index 5d42b0c..a6ff27c 100644 (file)
@@ -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}