From: megacz Date: Fri, 30 Jan 2004 06:58:36 +0000 (+0000) Subject: 2003/04/10 01:51:39 X-Git-Tag: RC3~1067 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=edbc3633d3faecc9446d38a3202626d0f3ea50d0 2003/04/10 01:51:39 darcs-hash:20040130065836-2ba56-6364cfeefa89db79d68c4164bcd7e95ef9009d0e.gz --- 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.