diff options
Diffstat (limited to 'gas/doc/Makefile')
-rwxr-xr-x | gas/doc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/Makefile b/gas/doc/Makefile index d2f0a6f..c928fff 100755 --- a/gas/doc/Makefile +++ b/gas/doc/Makefile @@ -69,6 +69,9 @@ as-a29k-coff.texinfo: as.texinfo pretex.m4 none.m4 a29k-coff.m4 as-gen.texinfo: as.texinfo pretex.m4 none.m4 gen.m4 ${M4} pretex.m4 none.m4 gen.m4 as.texinfo >as-gen.texinfo +as-h8.texinfo: as.texinfo pretex.m4 none.m4 h8.m4 + ${M4} pretex.m4 none.m4 h8.m4 as.texinfo >as-h8.texinfo + as-i80386.texinfo: as.texinfo pretex.m4 none.m4 i80386.m4 ${M4} pretex.m4 none.m4 i80386.m4 as.texinfo >as-i80386.texinfo |