summaryrefslogtreecommitdiff
path: root/include/makeinclude/recurse.bor
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/recurse.bor')
-rw-r--r--include/makeinclude/recurse.bor6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/makeinclude/recurse.bor b/include/makeinclude/recurse.bor
index 39da3de86fe..8ef992d43e9 100644
--- a/include/makeinclude/recurse.bor
+++ b/include/makeinclude/recurse.bor
@@ -208,10 +208,4 @@ $(NAMES_INSTALL):
# Set the name of the current target.
NAME = $(TARGET_NAME)
-# The list of object files defaults to the contents of a macro based on the
-# target name.
-!ifndef OBJFILES
-OBJFILES = $($(NAME)_OBJFILES)
-!endif
-
!endif