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).
Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/f8252b6418262884dc504c93597a54cf2c334802 Modified Files -------------- Makefile | 4 ++++ src/test/regress/Makefile | 5 +++++ 2 files changed, 9 insertions(+)
