Skip to content
Snippets Groups Projects
Commit 6b217f06 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-10-15 08:40:48 by simonm]

cut-and-paste-o: hscpp -> mkdependHS
parent d8fd398b
No related merge requests found
......@@ -73,7 +73,7 @@ if ( $OrigCpp !~ /(\S+)\s+(.*)/ ) {
if ( $GccV =~ /Reading specs from (.*)\/specs/ ) {
$Cpp = "$1/cpp $rest";
} else {
die "hscpp: don't know how to run cpp: $OrigCpp\n";
die "mkdependHS: don't know how to run cpp: $OrigCpp\n";
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment