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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |