From b3ca11f07feb08738128f6b7127ccf8eb3f72ede Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 26 Jun 2011 09:42:42 +0200 Subject: Revert "build: Add DEP_LIBS dependency directly to the shared library build rule." This reverts commit 729f953fb5079ca09bbac391b824be454df029d6. --- subdir.mak | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subdir.mak b/subdir.mak index f8473da596..8b3807378f 100644 --- a/subdir.mak +++ b/subdir.mak @@ -39,11 +39,15 @@ $(SUBDIR)%$(EXESUF): $(SUBDIR)%.o $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) $(Q)cd ./$(SUBDIR) && $(LN_S) $(SLIBNAME_WITH_MAJOR) $(SLIBNAME) -$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)lib$(NAME).ver $(DEP_LIBS) +$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SUBDIR)lib$(NAME).ver $(SLIB_CREATE_DEF_CMD) $$(LD) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$(filter %.o,$$^) $(FFEXTRALIBS) $(EXTRAOBJS) $(SLIB_EXTRA_CMD) +ifdef SUBDIR +$(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(DEP_LIBS) +endif + clean:: $(RM) $(addprefix $(SUBDIR),*-example$(EXESUF) *-test$(EXESUF) $(CLEANFILES) $(CLEANSUFFIXES) $(LIBSUFFIXES)) \ $(foreach dir,$(DIRS),$(CLEANSUFFIXES:%=$(SUBDIR)$(dir)/%)) \ -- cgit v1.2.3