Skip to content

Commit 7e29a79

Browse files
committed
aix: fix misreading of condition in 8f12a4e
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
1 parent a2a36d5 commit 7e29a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ postgres: $(POSTGRES_IMP)
101101

102102
$(POSTGRES_IMP): $(OBJS)
103103
$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(call expand_subsys,$^)
104-
$(MKLDEXPORT) SUBSYS.o $(bindir)/postgres > $@
104+
$(MKLDEXPORT) SUBSYS.o . > $@
105105
@rm -f SUBSYS.o
106106

107107
endif # aix

0 commit comments

Comments
 (0)