diff --git a/makefile b/makefile index 5db7e2b519..8fa0fc3a11 100644 --- a/makefile +++ b/makefile @@ -316,7 +316,7 @@ $(jni-objects): $(native-build)/%.o: $(classpath)/%.cpp @mkdir -p $(dir $(@)) $(cxx) $(jni-cflags) -c $(<) -o $(@) -$(archive): $(vm-objects) $(jni-objects) +$(archive): $(vm-objects) @echo "creating $(@)" rm -rf $(@) $(ar) cru $(@) $(^)