Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dessent <brian@dessent.net>2006-05-11 02:01:57 +0400
committerBrian Dessent <brian@dessent.net>2006-05-11 02:01:57 +0400
commita72a9c190f22365dc87f6c1f6ce609bbff7b0eb2 (patch)
treed4317c236e2918c515b37d4d242e01ff0e237ae4 /winsup/cygwin/Makefile.in
parent00a4b31ad08aef361c5d74125ece410b4c285975 (diff)
* Makefile.in (clean): Also delete *.dbg.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 6d7857017..65262a4f4 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -365,7 +365,7 @@ uninstall-man:
done
clean:
- -rm -f *.o *.dll *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def
+ -rm -f *.o *.dll *.dbg *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def
-@$(MAKE) -C $(bupdir)/cygserver libclean
maintainer-clean realclean: clean