mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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:
parent
d9ef7e9ec7
commit
712c8bba84
@ -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) > $@
|
||||
|
Loading…
Reference in New Issue
Block a user