aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-12-22 23:40:27 +0000
committerPer Bothner <per@bothner.com>1992-12-22 23:40:27 +0000
commit0e238aa74b140ff264f366c6dc62404170bef0e8 (patch)
tree09e66efb5ceb5f5e46bda2637d376e0774e32f31 /bfd/Makefile.in
parentcc9a3bd637082ba8a2ca35513b0995055109f04c (diff)
downloadgdb-0e238aa74b140ff264f366c6dc62404170bef0e8.zip
gdb-0e238aa74b140ff264f366c6dc62404170bef0e8.tar.gz
gdb-0e238aa74b140ff264f366c6dc62404170bef0e8.tar.bz2
* bfd-in.h: New macros bfd_asymbol_bfd and bfd_asymbol_flavour;
perhaps we can later remove the the_bfd field from each symbol. * syms.c (struct symbol_cache_entry): Remove unused field app_data. Add comment noting that the_bfd is almost redundant, but not quite. * aoutx.h, coff-a29k.c, coff-i386.c, coff-i960.c, coffcode.h: Use new macros bfd_asymbol_bfd and bfd_asymbol_flavour. * hppa.c (fill_spaces): Make slightly more rebust. * configure.in: Allow std-host as the "default" host.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 03bce58..426d2fa 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -174,17 +174,19 @@ do_mostlyclean:
do_clean: do_mostlyclean
rm -f libbfd.a TAGS
do_distclean: do_clean
- rm -f Makefile config.status
+ rm -f Makefile config.status sysdep.h
do_realclean: do_distclean
mostlyclean: do_mostlyclean
$(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
clean: do_clean
$(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
-distclean: do_distclean
+distclean:
$(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
-clobber realclean: do_readlclean
+ make do_distclean
+clobber realclean:
$(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
+ make do_realclean
# Mark everything as depending on config.status, since the timestamp on
# sysdep.h might actually move backwards if we reconfig and relink it