6558110: tmp/java/jli/obj_g/static is not deleted automatically

Reviewed-by: ksrini
This commit is contained in:
Kelly O'Hair 2009-12-16 12:45:18 -08:00
parent 37a980650b
commit 6d3a4136f9

View File

@ -152,7 +152,6 @@ STATIC_LIBRARY_NAME = $(LIBPREFIX)$(LIBRARY).lib
STATIC_LIBRARY = $(STATIC_LIBRARY_DIR)/$(STATIC_LIBRARY_NAME)
$(STATIC_LIBRARY_DIR): $(OBJDIR)
@$(prep-target)
@$(MKDIR) $(STATIC_LIBRARY_DIR)
$(STATIC_LIBRARY): $(STATIC_LIBRARY_DIR)