X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2FmkdependHS%2FmkdependHS.prl;h=93d08b378a5421da68811ed348b9de2afc4accd9;hb=e5dfcd65b1d6733d9140c0458335f5d0a57a10e4;hp=da0e0bcaf096b38b5841117ec09f6cab7e4e55ac;hpb=a05232943fefcb06763e39f2ab98a49c4a9ae673;p=ghc-hetmet.git diff --git a/ghc/utils/mkdependHS/mkdependHS.prl b/ghc/utils/mkdependHS/mkdependHS.prl index da0e0bc..93d08b3 100644 --- a/ghc/utils/mkdependHS/mkdependHS.prl +++ b/ghc/utils/mkdependHS/mkdependHS.prl @@ -376,11 +376,7 @@ sub preprocess_import_dirs { for ($_ = readdir(DIR); $_; $_ = readdir(DIR)) { next unless /(.*)\.hi$/; $thing = $1; - # - # dLL_ifs.hi is used to indicate whether a directory - # contains interface files whose object codes reside in a Win32 DLL. - # - if ($ModuleIn{$thing} && $ModuleIn{$thing} ne $d && $thing ne 'dLL_ifs') { + if ($ModuleIn{$thing} && $ModuleIn{$thing} ne $d) { print STDERR "$Pgm: warning: $thing.hi appears in both $ModuleIn{$thing} and $d!\n" if ($Warnings); } else { $ModuleIn{$thing} = $d;