Skip to content

Commit f948577

Browse files
anarazelpull[bot]
authored andcommitted
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 069fece commit f948577

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)