Add the CTF conversion to the generated makefile. In the case where

NO_CTF or !WITH_CTF, the macro is empty.
This commit is contained in:
John Birrell 2008-05-23 03:55:26 +00:00
parent ef74ab5a41
commit 4978b9f13c

View File

@ -735,7 +735,7 @@ do_rules(FILE *f)
printf("config: don't know rules for %s\n", np);
break;
}
snprintf(cmd, sizeof(cmd), "${%s_%c%s}", ftype,
snprintf(cmd, sizeof(cmd), "${%s_%c%s}; ${NORMAL_CTFCONVERT}", ftype,
toupper(och),
ftp->f_flags & NOWERROR ? "_NOWERROR" : "");
compilewith = cmd;