mirror of https://github.com/postgres/postgres
88dad06b47 contains a make $(shell)
construct that apparently confuses older GNU make versions (possibly
because of the # inside the shell command?). This construct, which
would allow # comments inside LINGUAS files, was adapted from gettext
recommendations, but we don't actually need that functionality, so
sidestep this whole issue by just using plain "cat".
In passing, make this code work with vpath.
pull/91/head
parent
88dad06b47
commit
58b4f366c0
Loading…
Reference in new issue