again
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 4 Jan 2010 11:26:48 +0000 (11:26 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 4 Jan 2010 11:26:48 +0000 (11:26 +0000)
Makefile

index 65f156e..a98e256 100644 (file)
--- 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 $@ ; \