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:
authorChristopher Faylor <me@cgf.cx>2009-07-07 03:19:08 +0400
committerChristopher Faylor <me@cgf.cx>2009-07-07 03:19:08 +0400
commit37b9360dc6f6573bff95e0f435018fb1670ca2bc (patch)
tree05074b5b6f3f3b71a27f4f8e59d985e456fa33f3 /winsup/cygwin/Makefile.in
parent421dde25fabb27977b95d044a62a079f4452a2db (diff)
* Makefile.in (clean): Clean generated files in srcdir.
* tlsoffsets.h: Regenerate.
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 b87f0fd85..bac721e69 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -376,7 +376,7 @@ uninstall-man:
done
clean:
- -rm -f *.o *.dll *.dbg *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def globals.h
+ -rm -f *.o *.dll *.dbg *.a *.exp junk *.base version.cc regexp/*.o winver_stamp *.exe *.d *stamp* *_magic.h sigfe.s cygwin.def globals.h $(srcdir)/tlsoffsets.h $(srcdir)/devices.cc
-@$(MAKE) -C $(bupdir)/cygserver libclean
maintainer-clean realclean: clean