X-Git-Url: http://git.onelab.eu/?p=madwifi.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a98e25625302fa111b142131c6037b84a9f2e900;hp=65f156eb6b9b0917bbb2a76bc9cf9fb6d3fd9f06;hb=d89151dc701a8ffba5654107b860a6d6ea05b7aa;hpb=0b3510aba0a5b4c2702d256dac320d79660790c9 diff --git a/Makefile b/Makefile index 65f156e..a98e256 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ $(main.FILE): #FORCE @if test "$$(sha1sum $@ | awk '{print $$1}')" != "$(main.SHA1SUM)" ; then \ echo "sha1sum of the downloaded $@ does not match the one from 'Makefile'" ; \ echo "Local copy: $$(sha1sum $@)" ; \ - echo "In Makefile: $main.SHA1SUM" ; \ + echo "In Makefile: $(main.SHA1SUM)" ; \ exit 1 ; \ else \ ls -l $@ ; \