Fix non-GNU makefiles for AIX make.

Noah Misch <noah@leadboat.com>

Commit: d0408c90f423b4a1acfac63ae0f91df83d8cf21a
Author: Noah Misch <noah@leadboat.com>
Date: 2017-11-30T08:57:31Z
Releases: 9.5.11
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).

Files

PathChange+/−
Makefile modified +4 −0
src/test/regress/Makefile modified +5 −0