diff options
author | Roland Pesch <pesch@cygnus> | 1991-11-26 19:41:08 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-11-26 19:41:08 +0000 |
commit | 7d7ecbddb0308f987cd71ded534823539e719879 (patch) | |
tree | 36a96f657fedbca91764b75a67fcefee085a3a1e /gas/doc/Makefile | |
parent | 814e8bbabc900fc5af7663aedc49e48deea71282 (diff) | |
download | gdb-7d7ecbddb0308f987cd71ded534823539e719879.zip gdb-7d7ecbddb0308f987cd71ded534823539e719879.tar.gz gdb-7d7ecbddb0308f987cd71ded534823539e719879.tar.bz2 |
Switch to _A29K__ (from _AMD29K__).
Diffstat (limited to 'gas/doc/Makefile')
-rwxr-xr-x | gas/doc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/doc/Makefile b/gas/doc/Makefile index 463f645..d2f0a6f 100755 --- a/gas/doc/Makefile +++ b/gas/doc/Makefile @@ -3,7 +3,7 @@ # see pretex.m4 for discussion of preprocessor definitions # What version of the manual you want (see *.m4); "all" includes everything -CONFIG=all +CONFIG=a29k-coff # Sun/Berkeley m4 doesn't have all the things we need; use GNU or sV #M4=gm4 @@ -60,11 +60,11 @@ as.me: as-${CONFIG}.texinfo as-all.texinfo: as.texinfo pretex.m4 none.m4 all.m4 ${M4} pretex.m4 none.m4 all.m4 as.texinfo >as-all.texinfo -as-amd29k.texinfo: as.texinfo pretex.m4 none.m4 amd29k.m4 - ${M4} pretex.m4 none.m4 amd29k.m4 as.texinfo >as-amd29k.texinfo +as-a29k.texinfo: as.texinfo pretex.m4 none.m4 a29k.m4 + ${M4} pretex.m4 none.m4 a29k.m4 as.texinfo >as-a29k.texinfo -as-amd29k-coff.texinfo: as.texinfo pretex.m4 none.m4 amd29k-coff.m4 - ${M4} pretex.m4 none.m4 amd29k-coff.m4 as.texinfo >as-amd29k-coff.texinfo +as-a29k-coff.texinfo: as.texinfo pretex.m4 none.m4 a29k-coff.m4 + ${M4} pretex.m4 none.m4 a29k-coff.m4 as.texinfo >as-a29k-coff.texinfo as-gen.texinfo: as.texinfo pretex.m4 none.m4 gen.m4 ${M4} pretex.m4 none.m4 gen.m4 as.texinfo >as-gen.texinfo |