------- Comment #5 from dfranke at gcc dot gnu dot org 2007-01-27 00:34 -------
As far as I can tell, the BUILD_INFO conditional can not easily be employed as
the info, dvi and pdf targets are generated by automake. The `missing` program
that is run instead should step into the breach. It does, but:
gcc/missing, line 300-303:
# If the file does not exist, the user really needs makeinfo;
# let's fail without touching anything.
test -f $file || exit 1
touch $file
Thus, two options present themself: ditch automake generated targets, do it
manually as everywhere else or tweak the Makefile.am to touch libgomp.info
before invoking `missing makeinfo`.
Preferences?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30546