]> granicus.if.org Git - postgresql/commit
Remove superfluous -DFRONTEND.
authorNoah Misch <noah@leadboat.com>
Fri, 24 Apr 2015 23:29:05 +0000 (19:29 -0400)
committerNoah Misch <noah@leadboat.com>
Fri, 24 Apr 2015 23:29:05 +0000 (19:29 -0400)
commitbcd7e8897cd5345b38232efdbeb3ed12d8790ed5
tree6079d57305583f98659042a1241a9c6c86c8ad3a
parent151e74719b0cc5c040bd3191b51b95f925773dd1
Remove superfluous -DFRONTEND.

The majority practice is to add -DFRONTEND in directories building files
that are, at other times, built for the backend.  Some directories
lacking that property added a noise -DFRONTEND in one build system.
Remove the excess flags, for consistency.
src/bin/pg_upgrade/Makefile
src/tools/msvc/Mkvcbuild.pm