Commit 712c8bba authored by Bruce Momjian's avatar Bruce Momjian

Makefile.ports (copied from makefiles/Makefile.aix) is included before

the default target in GNUmakefile is reached.  This patch calls that
default target.

Pete Forman
parent d9ef7e9e
......@@ -24,6 +24,10 @@ POSTGRES_IMP= postgres$(IMPSUFF)
MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
.PHONY: default_aix
default_aix: all
$(POSTGRES_IMP):
@echo Making $@
$(MKLDEXPORT) postgres $(bindir) > $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment