Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69a9b4 commit 5e3a650Copy full SHA for 5e3a650
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