Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e29a79

Browse files
committed
aix: fix misreading of condition in8f12a4e
This lead to choosing the aix4.1 specific way of building the export file forthe backend, rather than the modern one.Per buildfarm member hoverfly.Discussion:https://postgr.es/m/20220807182707.gi7pirwbz5etprfo@awork3.anarazel.de
1 parenta2a36d5 commit7e29a79

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)

[8]ページ先頭

©2009-2025 Movatter.jp