Peter Eisentraut <peter.eisentr...@enterprisedb.com> writes: > Note that we have this in nls-global.mk which tries to avoid having the > vpath details sneak into the output:
> po/$(CATALOG_NAME).pot: $(GETTEXT_FILES) $(MAKEFILE_LIST) > # Change to srcdir explicitly, don't rely on $^. That way we get > # consistent #: file references in the po files. > ... > $(XGETTEXT) -D $(srcdir) -D . -n $(addprefix -k, $(GETTEXT_TRIGGERS)) > $(addprefix --flag=, $(GETTEXT_FLAGS)) $(GETTEXT_FILES) Hmm ... so how does that work with built files in a VPATH build today? Anyway, I'll go revert the patch for now, since it's clearly got at least a couple problems that need sorting. regards, tom lane