Add check for subversion "original" marker.
This commit is contained in:
parent
560e1299d3
commit
0604e3cfcc
@ -802,6 +802,7 @@ ParseDoDependency(char *line)
|
||||
* merges.
|
||||
*/
|
||||
if (strncmp(line, "<<<<<<", 6) == 0 ||
|
||||
strncmp(line, "||||||", 6) == 0 ||
|
||||
strncmp(line, "======", 6) == 0 ||
|
||||
strncmp(line, ">>>>>>", 6) == 0) {
|
||||
Parse_Error(PARSE_FATAL, "Makefile appears to "
|
||||
|
Loading…
x
Reference in New Issue
Block a user