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:
Max Khon 2011-11-30 13:33:09 +00:00
parent c53680a8ec
commit d28e8f62e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228153

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