aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-10-25 21:59:47 +0000
committerPer Bothner <per@bothner.com>1995-10-25 21:59:47 +0000
commita2bd0529266a3f847b1368208b9ab3bedad55b0a (patch)
treed0a2156b39c0e61fe3931af7d201d0d023ba3a2a /bfd
parentfd83c2d212103544958047328d62d263c2d41df5 (diff)
downloadgdb-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/ChangeLog4
-rw-r--r--bfd/Makefile.in2
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.