Merge "Fix typo." am: deeb2d2453
am: f0522b0c34

* commit 'f0522b0c34bb6106894951262cdb7246395eb3ca':
  Fix typo.
diff --git a/core/definitions.mk b/core/definitions.mk
index 481c639..5085ea4 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1916,7 +1916,7 @@
 	$(hide) mkdir -p $(dir $@)
 	$(JILL) $(PRIVATE_JILL_FLAGS) --output $@.tmpjill.jack $<
 	$(hide) mkdir -p $@.tmpjill.res
-	$(hide) unzip -qo $< -d @.tmpjill.res
+	$(hide) unzip -qo $< -d $@.tmpjill.res
 	$(hide) find $@.tmpjill.res -iname "*.class" -delete
 	$(hide) $(call call-jack) \
         -D jack.import.resource.policy=keep-first \