diff --git a/common.mak b/common.mak index feee94f575..728fe0a451 100644 --- a/common.mak +++ b/common.mak @@ -19,7 +19,7 @@ OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS) STATIC_OBJS := $(OBJS) $(STATIC_OBJS) SHARED_OBJS := $(OBJS) $(SHARED_OBJS) -all: $(EXTRADEPS) $(LIB) $(SLIBNAME) +all: $(LIB) $(SLIBNAME) $(LIB): $(STATIC_OBJS) rm -f $@