mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Remove rule to generate postgres.o, not needed for 20+ years
Discussion: https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de
This commit is contained in:
parent
3fb0687d32
commit
68fc18d14c
1 changed files with 0 additions and 6 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue