diff --git a/gas/ChangeLog b/gas/ChangeLog index 289efe7085..da8d3998d8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat May 20 03:49:32 2000 Hans-Peter Nilsson + + * Makefile.am (TARG_ENV_HFILES): Delete te-multi.h. + * Makefile.in: Regenerated. + 2000-05-19 Catherine Moore * cgen.h (GAS_CGEN_MAX_FIXUPS): Check if already defined. diff --git a/gas/Makefile.am b/gas/Makefile.am index 7b6bd441d0..7a6ebded71 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 fc1b755b19..fb0b141b2b 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 \