From: Ian Lance Taylor Date: Thu, 7 Sep 1995 16:52:35 +0000 (+0000) Subject: * Makefile.in (distclean): Remove config.h, stamp-h, and X-Git-Tag: gdb-4_18~10940 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d698bce4c72e47765d5e9be19b7b4b3de90cd318;p=platform%2Fupstream%2Fbinutils.git * Makefile.in (distclean): Remove config.h, stamp-h, and config.log. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b5bf654..680551d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,8 @@ Thu Sep 7 12:12:17 1995 Ian Lance Taylor + * Makefile.in (distclean): Remove config.h, stamp-h, and + config.log. + * nm.c (value_format): Initialize based on BFD64 and BFD_HOST_64BIT_LONG. (print_radix): New static variable. diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 0feb0a7..22ea934 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -554,7 +554,7 @@ clean: mostlyclean distclean: -rm -f Makefile config.status *.o *~ \#* core y.* \ binutils.?? binutils.??s binutils.aux binutils.log binutils.toc - -rm -f $(PROGS) underscore.c config.cache + -rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log realclean: clean distclean -rm -f $(DISTSTUFF) *.info TAGS