Removed trailing semicolon on RANLIB command line.

This commit is contained in:
Janet B. Anderson
2000-03-02 16:50:57 +00:00
parent a366afb80d
commit 99455bfa18

View File

@@ -354,7 +354,7 @@ $(LIBNAME): $(LIB_PREFIX)%$(LIB_SUFFIX): $(LIBRARY_OBJS)
@$(RM) $@
$(ARCMD) $(LIBRARY_LD_OBJS)
ifneq ($(strip $(RANLIB)),)
$(RANLIB) $@;
$(RANLIB) $@
endif # RANLIB
$(DLL_LINK_LIBNAME):$(LIB_PREFIX)%.lib: $(LIBRARY_OBJS)