X-Git-Url: http://git.onelab.eu/?p=inotify-tools.git;a=blobdiff_plain;f=Makefile;h=24edbed74130cacf1a699bf9d69bdb89396d4906;hp=27f3142b04014247a76249219f26a8fdd04bef6f;hb=0a52a136ee333cada033fd53c4a9f5ed1402372f;hpb=94d914094d30a6ceada93dd9bcdba6d02933ec97 diff --git a/Makefile b/Makefile index 27f3142..24edbed 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ $(main.FILE): #FORCE @if test "$$(sha1sum $@ | awk '{print $$1}')" != "$(main.SHA1SUM)" ; then \ echo "sha1sum of the downloaded $@ does not match the one from 'sources' file" ; \ echo "Local copy: $$(sha1sum $@)" ; \ - echo "In sources: $$(grep $@ sources)" ; \ + echo "In sources: $(main.SHA1SUM)" ; \ exit 1 ; \ else \ ls -l $@ ; \