[project @ 1998-06-13 15:36:12 by sof]
authorsof <unknown>
Sat, 13 Jun 1998 15:36:12 +0000 (15:36 +0000)
committersof <unknown>
Sat, 13 Jun 1998 15:36:12 +0000 (15:36 +0000)
mirror driver, -concurrent gets you -syslib concurrent

ghc/utils/mkdependHS/mkdependHS.prl

index a1cbac0..7cf7266 100644 (file)
@@ -254,6 +254,8 @@ sub mangle_command_line_args {
            push(@Syslibs, &grab_arg_arg($_,''));
        } elsif ( /^-fglasgow-exts$/ ) {
            push(@Syslibs, 'exts');
+       } elsif ( /^-concurrent$/ ) {
+           push(@Syslibs, 'concurrent');
        } elsif ($Dashdashes_seen != 1) { # not between -- ... --
            if ( /^-v$/ ) {
                $Verbose++;