libvm.a should not include classpath code

This commit is contained in:
Joel Dice 2008-01-21 16:42:44 -07:00
parent 125fe3440e
commit f29b1b9b6f

View File

@ -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 $(@) $(^)