Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 68fc18d

Browse files
committed
Remove rule to generate postgres.o, not needed for 20+ years
Discussion: https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de
1 parent 3fb0687 commit 68fc18d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ endif # aix
110110
$(top_builddir)/src/port/libpgport_srv.a: | submake-libpgport
111111

112112

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-
119113
# The following targets are specified in make commands that appear in
120114
# the make files in our subdirectories. Note that it's important we
121115
# match the dependencies shown in the subdirectory makefiles!

0 commit comments

Comments
 (0)