This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

more distclean work (safe-ctype.c)


This one is in:

Ah, yet more files to remove...

2000-12-12  Mike Stump  <mrs@wrs.com>

	* Makefile.in (distclean): Remove safe-ctype.c as well.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.566
retrieving revision 1.567
diff -p -c -r1.566 -r1.567
*** Makefile.in	2000/12/09 16:27:51	1.566
--- Makefile.in	2000/12/12 23:38:14	1.567
*************** distclean: clean $(INTL_DISTCLEAN) lang.
*** 2287,2293 ****
  	-rm -f site.exp site.bak testsuite/site.exp testsuite/site.bak
  	-rm -f testsuite/{gcc,g++}.{log,sum}
  	-rm -f intl/libintl.h libintl.h
! 	-rm -f cxxmain.c splay-tree.c obstack.c alloca.c hashtab.c
  	-rm -f mklibgcc libgcc.map gccbug .gdbinit configargs.h
  	-rm -f gcov.pod
  	-rm -f fixinc/Makefile
--- 2287,2293 ----
  	-rm -f site.exp site.bak testsuite/site.exp testsuite/site.bak
  	-rm -f testsuite/{gcc,g++}.{log,sum}
  	-rm -f intl/libintl.h libintl.h
! 	-rm -f cxxmain.c splay-tree.c obstack.c alloca.c hashtab.c safe-ctype.c
  	-rm -f mklibgcc libgcc.map gccbug .gdbinit configargs.h
  	-rm -f gcov.pod
  	-rm -f fixinc/Makefile
------------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]