Fix non-GNU makefiles for AIX make.

Noah Misch <noah@leadboat.com>

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