diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 13:32:39 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 16:46:03 +0200 |
commit | 84d8c5bc8b4815bbdd4395f419aed047db3b67e3 (patch) | |
tree | bc4931d132af0e8ed5d4d0d8c728710eba32041b /stdio-common/Makefile | |
parent | ccfb2964726512f6669fea99a43afa714e2e6a80 (diff) | |
download | glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.tar glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.tar.gz glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.tar.bz2 glibc-84d8c5bc8b4815bbdd4395f419aed047db3b67e3.zip |
vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type
Diffstat (limited to 'stdio-common/Makefile')
-rw-r--r-- | stdio-common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 309d83ec01..622a85f329 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -87,6 +87,7 @@ $(objpfx)tst-grouping.out: $(gen-locales) $(objpfx)tst-sprintf.out: $(gen-locales) $(objpfx)tst-sscanf.out: $(gen-locales) $(objpfx)tst-swprintf.out: $(gen-locales) +$(objpfx)tst-vfprintf-mbs-prec.out: $(gen-locales) endif tst-printf-bz18872-ENV = MALLOC_TRACE=$(objpfx)tst-printf-bz18872.mtrace |