From 2fda3a0dfb44373142070ff3caa1f5f979b406a5 Mon Sep 17 00:00:00 2001 From: jb Date: Fri, 23 May 2008 03:55:26 +0000 Subject: Add the CTF conversion to the generated makefile. In the case where NO_CTF or !WITH_CTF, the macro is empty. --- usr.sbin/config/mkmakefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/config/mkmakefile.c') diff --git a/usr.sbin/config/mkmakefile.c b/usr.sbin/config/mkmakefile.c index 9e7ef60..21e7202 100644 --- a/usr.sbin/config/mkmakefile.c +++ b/usr.sbin/config/mkmakefile.c @@ -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; -- cgit v1.1