[project @ 2002-02-18 16:27:24 by sof]
authorsof <unknown>
Mon, 18 Feb 2002 16:27:24 +0000 (16:27 +0000)
committersof <unknown>
Mon, 18 Feb 2002 16:27:24 +0000 (16:27 +0000)
remove STUBOBJS as an (explicit) dependency to LIBRARY (+comment as to why)

mk/target.mk

index 353bdd0..1e9a4d4 100644 (file)
@@ -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 = ""