or download this
- \$(PERL) -MFile::Spec -e "my (undef, \$\$dir, \$\$file) = File
+::Spec->splitpath(shift); chdir(\$\$dir); system(q+$hsc2hs $hsc2hs_fl
+ags + . \$\$file);" \$<
+ \$(PERL) -MFile::Spec -e "sub p () { File::Spec->splitpath(ARG
+V->[0]) }; chdir((p)[1]); system(q($hsc2hs), qw($hsc2hs_flags), (p)[2
+]);" \$<