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

Commit 05bf551

Browse files
committed
Remove SUBSYS.o rule in common.mk, hasn't been used in a long time
Apparently I missed that this SUBSYS.o rule isn't needed anymore in a4ebbd2, likely because there still is a reference to it due to AIX - but that's self contained in src/backend/Makefile Discussion: https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de
1 parent 68fc18d commit 05bf551

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/common.mk

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ifneq ($(subdir), src/backend)
1717
all: $(subsysfilename)
1818
endif
1919

20-
SUBSYS.o: $(SUBDIROBJS) $(OBJS)
21-
$(LD) $(LDREL) $(LDOUT) $@ $^
22-
2320
objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
2421
# Don't rebuild the list if only the OBJS have changed.
2522
$(if $(filter-out $(OBJS),$?),( $(if $(SUBDIROBJS),cat $(SUBDIROBJS); )echo $(addprefix $(subdir)/,$(OBJS)) ) >$@,touch $@)

0 commit comments

Comments
 (0)