https://sourceware.org/bugzilla/show_bug.cgi?id=32252

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
Hmm, OK, so the lack of Makefile substitutions is due to your config.status
line 732:
cat >>"/subs1.awk" <<\_ACAWK &&
Note that a later line has:
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&

$ac_tmp/subs1.awk is the correct file.  You'll need to figure out why you are
missing the $ac_tmp on line 732.  It may be a shell quoting bug.
Looks like this comes from configure:19730, a few lines below
# Create commands to substitute file output variables.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to