]> granicus.if.org Git - postgresql/commit
Fix non-GNU makefiles for AIX make.
authorNoah Misch <noah@leadboat.com>
Thu, 30 Nov 2017 08:57:22 +0000 (00:57 -0800)
committerNoah Misch <noah@leadboat.com>
Thu, 30 Nov 2017 08:57:31 +0000 (00:57 -0800)
commitc122002218fb46f5a5771bc45e9a9d631093e8ed
tree6377e8a61dd917482024f003c40dae005c1070d4
parent06ba5309682e32c997e22563c3a9184fba5131d9
Fix non-GNU makefiles for AIX make.

Invoking the Makefile without an explicit target was building every
possible target instead of just the "all" target.  Back-patch to 9.3
(all supported versions).
Makefile
src/test/regress/Makefile