]> 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)
commitd0408c90f423b4a1acfac63ae0f91df83d8cf21a
treef555f445f1b925f26f6c1bd7b93c57d6ba17a5b5
parent39f180fdd1e68bf6a897c6ab8733014e74f56973
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