diff -r -c old/Makefile new/Makefile *** old/Makefile 2014-07-19 14:09:56.753296121 -0400 --- new/Makefile 2014-07-19 14:11:15.536087492 -0400 *************** *** 298,304 **** # ':' on typical hosts; 'ranlib' on the ancient hosts that still need ranlib. RANLIB= : ! TZCOBJS= zic.o localtime.o asctime.o scheck.o ialloc.o TZDOBJS= zdump.o localtime.o ialloc.o asctime.o DATEOBJS= date.o localtime.o strftime.o asctime.o LIBSRCS= localtime.c asctime.c difftime.c --- 298,304 ---- # ':' on typical hosts; 'ranlib' on the ancient hosts that still need ranlib. RANLIB= : ! TZCOBJS= zic.o scheck.o ialloc.o TZDOBJS= zdump.o localtime.o ialloc.o asctime.o DATEOBJS= date.o localtime.o strftime.o asctime.o LIBSRCS= localtime.c asctime.c difftime.c