]> git.ipfire.org Git - thirdparty/postgresql.git/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:32 +0000 (00:57 -0800)
commit93acb892d956651d96a7d229fde479687e98c809
treec4e31fc488918dcf9b966db9ac4bedea985e3838
parentcaa6e12b5deb3ece8828507b2b4d4e1218d42ed7
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