diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 19fb3d5be2..61cb983b45 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 25 14:59:22 1995 Per Bothner + + * Makefile.in (diststuff): Don't make headers. + Wed Oct 25 11:32:54 1995 Ian Lance Taylor * Makefile.in: Rebuild dependencies. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 249c88ef64..e8d336490b 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -314,7 +314,7 @@ clean-info: install-info: force @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) -diststuff: info headers +diststuff: info # Various kinds of .o files to put in libbfd.a: # BFD_LIBS Generic routines, always needed.