From: sof Date: Mon, 18 Feb 2002 16:27:24 +0000 (+0000) Subject: [project @ 2002-02-18 16:27:24 by sof] X-Git-Tag: Approximately_9120_patches~5 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6682da21838666a8d94c174e48fc23df26001b69 [project @ 2002-02-18 16:27:24 by sof] remove STUBOBJS as an (explicit) dependency to LIBRARY (+comment as to why) --- diff --git a/mk/target.mk b/mk/target.mk index 353bdd0..1e9a4d4 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 = ""