aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2022-08-24 20:37:54 -0700
committerAndres Freund <andres@anarazel.de>2022-08-24 20:37:54 -0700
commit68fc18d14c7e1150823cf4a5728089459723c9da (patch)
tree7b25c44025e3c540dc08f8cc59137b0f6d298efd
parent3fb0687d328b8eef6ab0ff80300e5746f4a777cb (diff)
downloadpostgresql-68fc18d14c7e1150823cf4a5728089459723c9da.tar.gz
postgresql-68fc18d14c7e1150823cf4a5728089459723c9da.zip
Remove rule to generate postgres.o, not needed for 20+ years
Discussion: https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de
-rw-r--r--src/backend/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/Makefile b/src/backend/Makefile
index 3f01c655927..f498cfd5930 100644
--- a/src/backend/Makefile
+++ b/src/backend/Makefile
@@ -110,12 +110,6 @@ endif # aix
$(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
-# The postgres.o target is needed by the rule in Makefile.global that
-# creates the exports file when MAKE_EXPORTS = true.
-postgres.o: $(OBJS)
- $(CC) $(LDREL) $(call expand_subsys,$^) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@
-
-
# The following targets are specified in make commands that appear in
# the make files in our subdirectories. Note that it's important we
# match the dependencies shown in the subdirectory makefiles!