Neil Conway <neilc(at)samurai(dot)com> writes:
> With current sources, it appears that vpath builds (i.e. separate source
> and build trees) are broken. "make" succeeds, but "make install" produces:
I can't take the time right now to test it, but try changing
TZDATAFILES := $(TZDATA:%=data/%)
to
TZDATAFILES := $(TZDATA:%=$(srcdir)/data/%)
in src/timezone/Makefile.
regards, tom lane