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-13 01:15:47 +0400
committerChristopher Faylor <me@cgf.cx>2009-07-13 01:15:47 +0400
commit4a42a25876662efc1fff97c6668a156ac2e39a8e (patch)
tree21037a1699317b3c43cbe9999c3a2cea66ecb51e /winsup/cygwin/Makefile.in
parent77dcafa5ade83ba087a42d7e55583560d125086f (diff)
* Makefile.in: Don't do anything special with any RCS directories.
* ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma. * pinfo.cc (_pinfo::dup_proc_pipe): Remove unneeded assignment. * sigproc.cc (sig_send): Don't send signal to myself if this is an exec stub.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 306166cc9..d219f5a53 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -496,3 +496,5 @@ deps:=${wildcard *.d}
ifneq (,$(deps))
include $(deps)
endif
+
+%: RCS/%,v