summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund2022-08-07 18:34:42 +0000
committerAndres Freund2022-08-07 18:34:42 +0000
commit7e29a79a46d30dc236d097825ab849158929d977 (patch)
tree1fced20184abc97524e9f5d4750ef05e3fa7d7e4 /src
parenta2a36d56b96fe17c4ad9649936dcf7406eb78cc9 (diff)
aix: fix misreading of condition in 8f12a4e7add
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/[email protected]
Diffstat (limited to 'src')
-rw-r--r--src/backend/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 7262861b12a..01d5a7448f2 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -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