Fix non-GNU makefiles for AIX make.

Noah Misch <noah@leadboat.com>

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