Generate ${NORMAL_CTFCONVERT} invocation without '@' modifier:
- ${NORMAL_CC} is also invoked without '@' - Userland CTF support was changed previously to echo ctfconvert invocations too
This commit is contained in:
parent
980901bba2
commit
b1d2a50084
@ -774,7 +774,7 @@ do_rules(FILE *f)
|
||||
fprintf(f, "\t%s\n", compilewith);
|
||||
|
||||
if (!(ftp->f_flags & NO_OBJ))
|
||||
fprintf(f, "\t@${NORMAL_CTFCONVERT}\n\n");
|
||||
fprintf(f, "\t${NORMAL_CTFCONVERT}\n\n");
|
||||
else
|
||||
fprintf(f, "\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user