* Makefile (zdump.o): Depend on private.h. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index e00b0f32..f1ce7abb 100644 --- a/Makefile +++ b/Makefile @@ -1360,8 +1360,8 @@ date.o: private.h difftime.o: private.h localtime.o: private.h tzdir.h tzfile.h strftime.o: localtime.c private.h tzdir.h tzfile.h -zdump.o: version.h -zic.o: private.h tzfile.h tzdir.h version.h +zdump.o: private.h version.h +zic.o: private.h tzdir.h tzfile.h version.h .PHONY: ALL INSTALL all .PHONY: check check_mild check_time_t_alternatives -- 2.47.1