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
|
MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
|
||||||
|
|
||||||
|
.PHONY: default_aix
|
||||||
|
|
||||||
|
default_aix: all
|
||||||
|
|
||||||
$(POSTGRES_IMP):
|
$(POSTGRES_IMP):
|
||||||
@echo Making $@
|
@echo Making $@
|
||||||
$(MKLDEXPORT) postgres $(bindir) > $@
|
$(MKLDEXPORT) postgres $(bindir) > $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user