GNOME Bugzilla – Bug 358161
gnome-doc-utils uses awk instead of $(AWK)
Last modified: 2006-11-08 16:10:00 UTC
gnome-doc-utils/doc/gnome-doc-make/Makefile.am uses awk instead of $(AWK). This breaks the build as opensolaris' native awk doesn't like gnome-doc-utils/doc/gnome-doc-make/gnome-doc-make.awk - see http://jhbuild.bxlug.be/builds/2006-09-28-0004/logs/gnome-doc-utils/#build
Created attachment 75457 [details] [review] incredibly simple patch changing awk to $(AWK) I thought I'd create a patch to make fixing this bug easier.
Committed to HEAD and gnome-2-16. Thanks.