* Makefile.in (diststuff): Don't make headers.
authorPer Bothner <per@bothner.com>
Wed, 25 Oct 1995 21:59:47 +0000 (21:59 +0000)
committerPer Bothner <per@bothner.com>
Wed, 25 Oct 1995 21:59:47 +0000 (21:59 +0000)
bfd/ChangeLog
bfd/Makefile.in

index 19fb3d5be2fdb7a893b08e3e9c61e86d5edf0109..61cb983b4549cd2f1ce02223de787849c52ab0f4 100644 (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.
index 249c88ef6498a7767830c12224213bc5ba673831..e8d336490b3d8b32a680df675d3b0a4df2ddff24 100644 (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.