summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/suff.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-13 13:47:41 +0000
committerharti <harti@FreeBSD.org>2005-05-13 13:47:41 +0000
commitc52091a829f09826ff39dc62da6eae2507746aa5 (patch)
treeaba8baf678d2a6c141693d6db6bf039399c89e13 /usr.bin/make/suff.c
parent407f5f009c8e5a70c5fa5d8f7e21fbb26dfb71c0 (diff)
downloadFreeBSD-src-c52091a829f09826ff39dc62da6eae2507746aa5.zip
FreeBSD-src-c52091a829f09826ff39dc62da6eae2507746aa5.tar.gz
Use the print_flags function to print the OP_ flags of a target.
Give the function one more argument to decide whether it should print the flags like a C-expression or just space-delimited.
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r--usr.bin/make/suff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index 75bae20..6b75493 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -2177,7 +2177,7 @@ Suff_PrintAll(void)
if (s->flags != 0) {
printf(" ");
- print_flags(stdout, suff_flags, s->flags);
+ print_flags(stdout, suff_flags, s->flags, 1);
}
printf("\n#\tTo: ");
OpenPOWER on IntegriCloud