[project @ 1998-04-16 12:44:10 by sof]
authorsof <unknown>
Thu, 16 Apr 1998 12:44:10 +0000 (12:44 +0000)
committersof <unknown>
Thu, 16 Apr 1998 12:44:10 +0000 (12:44 +0000)
typo prevented --include-prelude from really working

ghc/utils/mkdependHS/mkdependHS.prl

index 4d90e20..2dca4db 100644 (file)
@@ -133,7 +133,7 @@ foreach $lib ( @Syslibs ) {
     if (!$Include_prelude) {
        push(@Ignore_dirs,$dir);
     } else {
-       push(@Import_dirs, @dirs);
+       push(@Import_dirs, $dir);
     }
 }