diff options
author | Christopher Faylor <me@cgf.cx> | 2000-05-18 21:30:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-05-18 21:30:30 +0000 |
commit | f343a326d3da43f8e3c73494e412b7e123c216fc (patch) | |
tree | 3e67c1ebce041fe36a4607451fbfcc9bff96d022 /winsup/cygwin/Makefile.in | |
parent | f43932615d05b3a2ee85885693410a3cb62c31a0 (diff) | |
download | newlib-f343a326d3da43f8e3c73494e412b7e123c216fc.zip newlib-f343a326d3da43f8e3c73494e412b7e123c216fc.tar.gz newlib-f343a326d3da43f8e3c73494e412b7e123c216fc.tar.bz2 |
* Makefile.in: Remove external.h dependency.
* dcrt0.cc (sigthread::init): Move here from sigproc.h.
* sigproc.h (sigthread): Move init to dcrt0.cc.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index b04b79a..9fdbe66 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -283,7 +283,7 @@ environ.o: $(WINSUP_H) errno.o: $(WINSUP_H) exceptions.o: $(WINSUP_H) include/exceptions.h sync.h autoload.h exec.o: $(WINSUP_H) -external.o: $(WINSUP_H) external.h +external.o: $(WINSUP_H) fcntl.o: $(WINSUP_H) fhandler.o: $(WINSUP_H) fhandler_console.o: $(WINSUP_H) |