chiark / gitweb /
Makefile.am: fix build with mawk
authorMartin Pitt <martin.pitt@ubuntu.com>
Fri, 30 Oct 2009 08:38:21 +0000 (09:38 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Fri, 30 Oct 2009 08:38:21 +0000 (09:38 +0100)
commit82c6558e0109f66091e3a8e2c4ceef0372b0b331
treebd20646828af8ee04f8d2253fb274e875e75a3f4
parent5448cc56f674b49aa0a2d718cac4266e18286712
Makefile.am: fix build with mawk

Don't use the [[:space:]] syntax in awk calls' regex, since that's GNU awk
specific. Thanks to Alan Jenkins for finding this.
Makefile.am