diff options
-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 \ |