Thread: pgsql: Fix non-GNU makefiles for AIX make.

pgsql: Fix non-GNU makefiles for AIX make.

From
Noah Misch
Date:
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e21a556e136973cea95852b91fe1d72c7626bc34

Modified Files
--------------
Makefile                  | 4 ++++
src/test/regress/Makefile | 5 +++++
2 files changed, 9 insertions(+)