]> jfr.im git - irc/quakenet/newserv.git/blobdiff - build.mk.in
CHANSERV: better batcher error handling for expired accounts/accounts with no email.
[irc/quakenet/newserv.git] / build.mk.in
index 002885e5e2ad5ca0e5f97104f71567ed53f6a570..3049edd7cd829eea1332e8053ada2639cab930c8 100644 (file)
@@ -14,7 +14,7 @@ HOOK_ENGINE=old
 endif
 
 ifndef BUILDID
-BUILDID = $(shell (hg id || echo "unknown") | sed -e "s/[()]//g;s/+ /+/g;s/ /-/g" )
+BUILDID := $(shell (hg id || echo "unknown") | sed -e "s/[()]//g;s/+ /+/g;s/ /-/g" )
 endif
 MFLAGS+=BUILDID=$(BUILDID)