From a2bd0529266a3f847b1368208b9ab3bedad55b0a Mon Sep 17 00:00:00 2001
From: Per Bothner <per@bothner.com>
Date: Wed, 25 Oct 1995 21:59:47 +0000
Subject: [PATCH] 	* Makefile.in (diststuff):  Don't make headers.

---
 bfd/ChangeLog   | 4 ++++
 bfd/Makefile.in | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 19fb3d5be2f..61cb983b454 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 249c88ef649..e8d336490b3 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.