mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
aix: fix misreading of condition in 8f12a4e7ad
This lead to choosing the aix4.1 specific way of building the export file for the backend, rather than the modern one. Per buildfarm member hoverfly. Discussion: https://postgr.es/m/20220807182707.gi7pirwbz5etprfo@awork3.anarazel.de
This commit is contained in:
parent
a2a36d56b9
commit
7e29a79a46
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ postgres: $(POSTGRES_IMP)
|
|||
|
||||
$(POSTGRES_IMP): $(OBJS)
|
||||
$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(call expand_subsys,$^)
|
||||
$(MKLDEXPORT) SUBSYS.o $(bindir)/postgres > $@
|
||||
$(MKLDEXPORT) SUBSYS.o . > $@
|
||||
@rm -f SUBSYS.o
|
||||
|
||||
endif # aix
|
||||
|
|
|
|||
Loading…
Reference in a new issue