X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=400950d1868f9bc4e3f62a3b894075bc4e0ef440;hb=6e2c08e10be64461a469b97d4cf7593df385d581;hp=d02bc8c82ae9fd106f8eafabed5adce4dc1b4f1d;hpb=5cf02445784bc3d0a8de3e37a9796d017e6b4fc7;p=org.ibex.core.git diff --git a/Makefile b/Makefile index d02bc8c..400950d 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ PalmOS: current_build := $(shell cat next.build) this_branch := $(shell tail -c +2 CVS/Tag 2>/dev/null || echo HEAD) -this_branch_flag := $(shell test $this_branch = HEAD && echo || echo -r $this_branch) +this_branch_flag := $(shell test $(this_branch) = HEAD && echo || echo -r $(this_branch)) dist: # this will fail if we haven't checked-in since the comment is null; we want this.