aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-08-07 11:34:42 -0700
committerAndres Freund <andres@anarazel.de>2022-08-07 11:34:42 -0700
commit7e29a79a46d30dc236d097825ab849158929d977 (patch)
tree1fced20184abc97524e9f5d4750ef05e3fa7d7e4 /src
parenta2a36d56b96fe17c4ad9649936dcf7406eb78cc9 (diff)
downloadpostgresql-7e29a79a46d30dc236d097825ab849158929d977.tar.gz
postgresql-7e29a79a46d30dc236d097825ab849158929d977.zip
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/20220807182707.gi7pirwbz5etprfo@awork3.anarazel.de
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