diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2000-05-20 02:03:38 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2000-05-20 02:03:38 +0000 |
commit | b8166459e1d5980cef72c952352889e9cc6f8c02 (patch) | |
tree | fb5b62621dc5504685046fc8c8ff0bd8eb838a06 | |
parent | 7c3dc350c9a78a57329256e1638f493f88128996 (diff) | |
download | gdb-b8166459e1d5980cef72c952352889e9cc6f8c02.zip gdb-b8166459e1d5980cef72c952352889e9cc6f8c02.tar.gz gdb-b8166459e1d5980cef72c952352889e9cc6f8c02.tar.bz2 |
* Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.
* Makefile.in: Regenerated.
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/Makefile.am | 1 | ||||
-rw-r--r-- | gas/Makefile.in | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 289efe7..da8d399 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat May 20 03:49:32 2000 Hans-Peter Nilsson <hp@bitrange.com> + + * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h. + * Makefile.in: Regenerated. + 2000-05-19 Catherine Moore <clm@cygnus.com> * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined. diff --git a/gas/Makefile.am b/gas/Makefile.am index 7b6bd44..7a6ebde 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -328,7 +328,6 @@ TARG_ENV_HFILES = \ config/te-lynx.h \ config/te-mach.h \ config/te-macos.h \ - config/te-multi.h \ config/te-nbsd.h \ config/te-nbsd532.h \ config/te-pc532mach.h \ diff --git a/gas/Makefile.in b/gas/Makefile.in index fc1b755..fb0b141 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -442,7 +442,6 @@ TARG_ENV_HFILES = \ config/te-lynx.h \ config/te-mach.h \ config/te-macos.h \ - config/te-multi.h \ config/te-nbsd.h \ config/te-nbsd532.h \ config/te-pc532mach.h \ |