2003/04/10 01:51:39
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:58:36 +0000 (06:58 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:58:36 +0000 (06:58 +0000)
darcs-hash:20040130065836-2ba56-6364cfeefa89db79d68c4164bcd7e95ef9009d0e.gz

Makefile

index d02bc8c..400950d 100644 (file)
--- 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.