aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/common.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/common.mk b/src/backend/common.mk
index 08e7eff6c87..663e9f886ce 100644
--- a/src/backend/common.mk
+++ b/src/backend/common.mk
@@ -8,13 +8,7 @@
# this directory and SUBDIRS to subdirectories containing more things
# to build.
-ifdef PARTIAL_LINKING
-# old style: linking using SUBSYS.o
-subsysfilename = SUBSYS.o
-else
-# new style: linking all object files at once
subsysfilename = objfiles.txt
-endif
SUBDIROBJS = $(SUBDIRS:%=%/$(subsysfilename))