[tz] [PROPOSED PATCH] * Makefile (strftime.o): Depend on private.h.

Paul Eggert eggert at cs.ucla.edu
Mon Aug 18 15:47:55 UTC 2014


---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3d24c2a..e4e2742 100644
--- a/Makefile
+++ b/Makefile
@@ -626,7 +626,7 @@ difftime.o:	private.h
 ialloc.o:	private.h
 localtime.o:	private.h tzfile.h
 scheck.o:	private.h
-strftime.o:	tzfile.h
+strftime.o:	private.h tzfile.h
 zdump.o:	version.h
 zic.o:		private.h tzfile.h version.h
 
-- 
1.9.1



More information about the tz mailing list