* Makefile.in (distclean): Remove config.h, stamp-h, and
config.log.
This commit is contained in:
parent
870015b1b8
commit
d698bce4c7
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
Thu Sep 7 12:12:17 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue