diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index b9217992a6..ad8844ea34 100644 --- a/time/Makefile +++ b/time/Makefile @@ -61,6 +61,8 @@ include ../gen-locales.mk $(objpfx)tst-ftime_l.out: $(gen-locales) $(objpfx)tst-strptime.out: $(gen-locales) +$(objpfx)tst-strftime2.out: $(gen-locales) +$(objpfx)tst-strftime3.out: $(gen-locales) endif tz-cflags = -DTZDIR='"$(zonedir)"' \ |