summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-07-20 15:52:33 +0000
committerChristopher Faylor <me@cgf.cx>2004-07-20 15:52:33 +0000
commit894c67771114c898c0306367e46ce4eba3f40141 (patch)
tree12c767e4185e649398f99a2c940142cef127659f /winsup/cygwin/Makefile.in
parentf451556720a52b4194274d45cb94f252a0937e20 (diff)
downloadcygnal-894c67771114c898c0306367e46ce4eba3f40141.tar.gz
cygnal-894c67771114c898c0306367e46ce4eba3f40141.tar.bz2
cygnal-894c67771114c898c0306367e46ce4eba3f40141.zip
* Makefile.in (clean): Remove cygwin.def since it is autogenerated.
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 26764fd96..bf531e8cc 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -351,7 +351,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
+ -rm -f *.o *.dll *.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