diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-18 05:09:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-18 05:09:26 +0000 |
commit | 592d90fa7a18822ed5b6ebf81c53ae5daf73b5f6 (patch) | |
tree | ab677af7b61e9600083bca1174c7d1034249151c /gdb/Makefile.in | |
parent | 86a5f4bc91b9607cd1326cfc414fabd4522a4e05 (diff) | |
download | gdb-592d90fa7a18822ed5b6ebf81c53ae5daf73b5f6.tar.gz |
Zap files in gdb/gdbserver/
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 2daf0d99f6b..691d6656515 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -970,8 +970,13 @@ clean mostlyclean: $(CONFIG_CLEAN) # I believe this is wrong; the makefile standards for distclean just # describe removing files; the only sort of "re-create a distribution" # functionality described is if the distributed files are unmodified. +# NB: While GDBSERVER might be configured on native systems, it isn't +# always included in SUBDIRS. Remove the gdbserver files explictly. distclean: clean @$(MAKE) $(FLAGS_TO_PASS) DO=distclean "DODIRS=$(SUBDIRS)" subdir_do + rm -f gdbserver/config.status gdbserver/config.log + rm -f gdbserver/tm.h gdbserver/xm.h gdbserver/nm.h + rm -f gdbserver/Makefile gdbserver/config.cache rm -f nm.h tm.h xm.h config.status config.h stamp-h .gdbinit rm -f y.output yacc.acts yacc.tmp y.tab.h rm -f config.log config.cache |