From 6682da21838666a8d94c174e48fc23df26001b69 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 18 Feb 2002 16:27:24 +0000
Subject: [PATCH] [project @ 2002-02-18 16:27:24 by sof] remove STUBOBJS as an
 (explicit) dependency to LIBRARY (+comment as to why)

---
 mk/target.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/mk/target.mk b/mk/target.mk
index 353bdd04bd5f..1e9a4d407b56 100644
--- a/mk/target.mk
+++ b/mk/target.mk
@@ -357,7 +357,10 @@ SRC_HC_POST_OPTS += \
 endif # SplitObjs
 endif # StripLibraries
 
-$(LIBRARY) : $(STUBOBJS) $(LIBOBJS)
+# Note: $(STUBOBJS) isn't depended on here, but included when building the lib.
+#       (i.e., the assumption is that $(STUBOBJS) are created as a side-effect
+#       of building $(LIBOBJS)).
+$(LIBRARY) : $(LIBOBJS)
 	$(BUILD_LIB)
 endif # LIBRARY = ""
 
-- 
GitLab