diff -r b14572a6af9b -r deaf66c90a34 make-rules/prep-git.mk --- a/make-rules/prep-git.mk Thu Sep 15 14:23:59 2016 -0700 +++ b/make-rules/prep-git.mk Thu Sep 15 14:25:24 2016 -0700 @@ -104,7 +104,7 @@ $(RM) -r $$$${TMP_REPO} ) && \ ( GIT_HASH=$$$$(digest -a sha256 $$@) && \ $(GSED) -i \ - -e "s/^GIT_HASH$(1)=.*/GIT_HASH$(1)= sha256:$$$${GIT_HASH}/" \ + -e "s/\(GIT_HASH$(1)[[:space:]]*=[[:space:]]*\).*/\1sha256:$$$${GIT_HASH}/" \ Makefile ))