* Makefile.in (diststuff): Don't make headers.

This commit is contained in:
Per Bothner 1995-10-25 21:59:47 +00:00
parent fd83c2d212
commit a2bd052926
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 25 14:59:22 1995 Per Bothner <bothner@kalessin.cygnus.com>
* Makefile.in (diststuff): Don't make headers.
Wed Oct 25 11:32:54 1995 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in: Rebuild dependencies.

View File

@ -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.