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:
fjoe 2011-11-30 13:33:09 +00:00
parent 980901bba2
commit b1d2a50084

View File

@ -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");
}