Обсуждение: pgsql: Fix non-GNU makefiles for AIX make.

Поиск
Список
Период
Сортировка

pgsql: Fix non-GNU makefiles for AIX make.

От
Noah Misch
Дата:
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
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/93acb892d956651d96a7d229fde479687e98c809

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