Changeset 88


Ignore:
Timestamp:
Aug 4, 2010, 11:30:40 PM (15 years ago)
Author:
dmik
Message:

jdk/make: Make static jli.lib depend on its object files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/java/jli/Makefile

    r87 r88  
    158158        @$(MKDIR) $(STATIC_LIBRARY_DIR)
    159159
    160 $(STATIC_LIBRARY): $(STATIC_LIBRARY_DIR)
     160$(STATIC_LIBRARY): $(STATIC_LIBRARY_DIR) $(FILES_o)
    161161        @$(prep-target)
    162162ifeq ($(PLATFORM), windows)
Note: See TracChangeset for help on using the changeset viewer.