summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkmakefile.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-05-23 03:55:26 +0000
committerjb <jb@FreeBSD.org>2008-05-23 03:55:26 +0000
commit2fda3a0dfb44373142070ff3caa1f5f979b406a5 (patch)
tree78f5f8073bf95d7eecbb4bc91f4b2839d32504da /usr.sbin/config/mkmakefile.c
parent787e446b2cbf6d3977d4d3fa94e855a2923494d3 (diff)
downloadFreeBSD-src-2fda3a0dfb44373142070ff3caa1f5f979b406a5.zip
FreeBSD-src-2fda3a0dfb44373142070ff3caa1f5f979b406a5.tar.gz
Add the CTF conversion to the generated makefile. In the case where
NO_CTF or !WITH_CTF, the macro is empty.
Diffstat (limited to 'usr.sbin/config/mkmakefile.c')
-rw-r--r--usr.sbin/config/mkmakefile.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud