diff options
author | Per Bothner <per@bothner.com> | 1995-10-25 21:59:47 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-10-25 21:59:47 +0000 |
commit | a2bd0529266a3f847b1368208b9ab3bedad55b0a (patch) | |
tree | d0a2156b39c0e61fe3931af7d201d0d023ba3a2a /bfd | |
parent | fd83c2d212103544958047328d62d263c2d41df5 (diff) | |
download | gdb-a2bd0529266a3f847b1368208b9ab3bedad55b0a.zip gdb-a2bd0529266a3f847b1368208b9ab3bedad55b0a.tar.gz gdb-a2bd0529266a3f847b1368208b9ab3bedad55b0a.tar.bz2 |
* Makefile.in (diststuff): Don't make headers.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 19fb3d5..61cb983 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 249c88e..e8d3364 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. |