diff options
author | Nick Clifton <nickc@redhat.com> | 2004-06-18 14:55:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-06-18 14:55:49 +0000 |
commit | a3d4c9a7afdfeab488893f5ac455bda3c6507500 (patch) | |
tree | 66bb50a4099b86bb91073ef2e1c4caf9c421ba3d /gas/Makefile.in | |
parent | 5f479c35ab916c39715a40e3c18d3fe2f3c8ea53 (diff) | |
download | binutils-redhat-a3d4c9a7afdfeab488893f5ac455bda3c6507500.tar.gz |
* config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
* config/te-netware.h: New file.
* config/te-ppcnw.h: Delete: Obsolete.
* configure.in: Eliminate ill NetWare targets. Make generic
NetWare target use proper emulation.
* Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
reference to new te-netware.h.
* configure: Regenerate.
* Makefile.in: Regenerate.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 6fc46e309b..12d7a6e0ed 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -618,9 +618,9 @@ TARG_ENV_HFILES = \ config/te-macos.h \ config/te-nbsd.h \ config/te-nbsd532.h \ + config/te-netware.h \ config/te-pc532mach.h \ config/te-pe.h \ - config/te-ppcnw.h \ config/te-psos.h \ config/te-riscix.h \ config/te-sparcaout.h \ |