--- src/usr.bin/make/parse.c 2005/05/19 17:10:37 1.86 +++ src/usr.bin/make/parse.c 2005/05/20 11:47:43 1.87 @@ -1089,7 +1089,7 @@ ParseDoDependency(struct MakeFlags *mf, *line = '\0'; } else if (specType == ExShell) { - if (!Job_ParseShell(line)) { + if (!Shell_Parse(line)) { Parse_Error(PARSE_FATAL, "improper shell specification"); return;