* Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
Unify with other clean targets.
This commit is contained in:
parent
ab50923625
commit
a59d1c82d8
@ -1,3 +1,8 @@
|
||||
2004-03-04 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
|
||||
Unify with other clean targets.
|
||||
|
||||
2004-02-29 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* server.c (handle_v_cont): Call set_desired_inferior.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||
# 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
# 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GDB.
|
||||
|
||||
@ -200,12 +200,8 @@ clean:
|
||||
rm -f reg-arm.c reg-i386.c reg-ia64.c reg-m68k.c reg-mips.c
|
||||
rm -f reg-ppc.c reg-sh.c reg-x86-64.c reg-i386-linux.c
|
||||
|
||||
distclean: clean
|
||||
rm -f nm.h tm.h xm.h config.status
|
||||
rm -f Makefile
|
||||
|
||||
maintainer-clean realclean: clean
|
||||
rm -f nm.h tm.h xm.h config.status
|
||||
maintainer-clean realclean distclean: clean
|
||||
rm -f nm.h tm.h xm.h config.status config.h stamp-h config.log
|
||||
rm -f Makefile
|
||||
|
||||
STAGESTUFF=${OBS} ${TSOBS} ${NTSOBS} ${ADD_FILES} init.c init.o version.c gdb
|
||||
|
Loading…
Reference in New Issue
Block a user