GNU Binutils with patches for OS216
Revision | ca058b3a2a30bc2ead5c544121f22f35fa761320 (tree) |
---|---|
Time | 2004-03-05 06:59:10 |
Author | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
* Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
Unify with other clean targets.
@@ -1,3 +1,8 @@ | ||
1 | +2004-03-04 Daniel Jacobowitz <drow@mvista.com> | |
2 | + | |
3 | + * Makefile.in (distclean): Remove config.h, stamp-h, and config.log. | |
4 | + Unify with other clean targets. | |
5 | + | |
1 | 6 | 2004-02-29 Daniel Jacobowitz <drow@mvista.com> |
2 | 7 | |
3 | 8 | * server.c (handle_v_cont): Call set_desired_inferior. |
@@ -1,5 +1,5 @@ | ||
1 | 1 | # Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, |
2 | -# 1999, 2000, 2001, 2002 Free Software Foundation, Inc. | |
2 | +# 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | |
3 | 3 | |
4 | 4 | # This file is part of GDB. |
5 | 5 |
@@ -200,12 +200,8 @@ clean: | ||
200 | 200 | rm -f reg-arm.c reg-i386.c reg-ia64.c reg-m68k.c reg-mips.c |
201 | 201 | rm -f reg-ppc.c reg-sh.c reg-x86-64.c reg-i386-linux.c |
202 | 202 | |
203 | -distclean: clean | |
204 | - rm -f nm.h tm.h xm.h config.status | |
205 | - rm -f Makefile | |
206 | - | |
207 | -maintainer-clean realclean: clean | |
208 | - rm -f nm.h tm.h xm.h config.status | |
203 | +maintainer-clean realclean distclean: clean | |
204 | + rm -f nm.h tm.h xm.h config.status config.h stamp-h config.log | |
209 | 205 | rm -f Makefile |
210 | 206 | |
211 | 207 | STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb |