]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - Makefile_main.inc
[make system] correct hashing of hex file and better asm listings
[avr-crypto-lib.git] / Makefile_main.inc
index f448e8dacc81ee59ae7efd426ab07d51dd0a8ef9..7a06948ae85c0c2c7a8593d0d974da06b7be05ef 100644 (file)
@@ -213,7 +213,7 @@ $(foreach algo, $(ALGORITHMS), $(eval $(call Listing_TEMPLATE, \
 ifdef HASH_TOOL
 ifneq ($(HASH_TOOL),)
        @echo -n "[$(HASH_TOOL)]: "
-       @$(HASH_TOOL) $<
+       @$(HASH_TOOL) $@
 endif
 endif