]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: fix SUBVERS extraction in the Makefile
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 00:34:39 +0000 (01:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Dec 2013 01:23:51 +0000 (02:23 +0100)
commit6173bbee085f1c5c7288056c3e34937c62301e25
tree2ba854cd811127307426ca4e98b927344f73bbe8
parent59e3ff45496c645b13093a4fa56011a037ee6e26
BUILD: fix SUBVERS extraction in the Makefile

We'd rather skip any line containing "$Format" and not just those
beginning with it because SUBVERS starts with a dash and caused a
bad format to be reported.
Makefile