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
This commit is contained in:
Bruce Momjian 2000-11-06 17:07:43 +00:00
parent d9ef7e9ec7
commit 712c8bba84
1 changed files with 4 additions and 0 deletions

View File

@ -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) > $@