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:
Andres Freund 2022-08-07 11:34:42 -07:00
parent a2a36d56b9
commit 7e29a79a46
1 changed files with 1 additions and 1 deletions

View File

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