We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb0687 commit 68fc18dCopy full SHA for 68fc18d
src/backend/Makefile
@@ -110,12 +110,6 @@ endif # aix
110
$(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
111
112
113
-# The postgres.o target is needed by the rule in Makefile.global that
114
-# creates the exports file when MAKE_EXPORTS = true.
115
-postgres.o: $(OBJS)
116
- $(CC) $(LDREL) $(call expand_subsys,$^) $(LDFLAGS) $(LDFLAGS_EX) $(LIBS) -o $@
117
-
118
119
# The following targets are specified in make commands that appear in
120
# the make files in our subdirectories. Note that it's important we
121
# match the dependencies shown in the subdirectory makefiles!
0 commit comments