makefile: do not require sha1sum when signature available

This commit is contained in:
Marek Marczykowski 2012-09-27 03:08:59 +02:00
parent 6148e5d1da
commit fa53c91147

View File

@ -69,8 +69,8 @@ else
# The key has been compromised # The key has been compromised
# and kernel.org decided not to release signature # and kernel.org decided not to release signature
# with a new key... oh, well... # with a new key... oh, well...
endif
sha1sum -c ${HASH_FILE} sha1sum -c ${HASH_FILE}
endif
.PHONY: clean-sources .PHONY: clean-sources
clean-sources: clean-sources: