aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-06-01 05:57:54 +0000
committerChristopher Faylor <me@cgf.cx>2000-06-01 05:57:54 +0000
commit51859b536e5dbb578842dfdb7646644f4f1abf9e (patch)
treecc9069fa2ef3e9986953e2f6dd02fedfbae95908 /winsup/cygwin/Makefile.in
parentb55cc8426622fef0cb86fe3240e4f132890ddeab (diff)
downloadnewlib-51859b536e5dbb578842dfdb7646644f4f1abf9e.zip
newlib-51859b536e5dbb578842dfdb7646644f4f1abf9e.tar.gz
newlib-51859b536e5dbb578842dfdb7646644f4f1abf9e.tar.bz2
* exceptions.cc: Remove unneeded include.
* dcrt0.cc: Wrap LoadDLLfunc stuff in dummy function. * init.cc: Ditto. * uinfo.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index d7a23c4..a503bce 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -281,7 +281,7 @@ dll_init.o: $(WINSUP_H) include/exceptions.h dll_init.h
dll_main.o:
environ.o: $(WINSUP_H)
errno.o: $(WINSUP_H)
-exceptions.o: $(WINSUP_H) include/exceptions.h sync.h autoload.h
+exceptions.o: $(WINSUP_H) include/exceptions.h sync.h
exec.o: $(WINSUP_H)
external.o: $(WINSUP_H)
fcntl.o: $(WINSUP_H)
@@ -338,7 +338,7 @@ termios.o: $(WINSUP_H)
test.o: $(WINSUP_H)
times.o: $(WINSUP_H)
tty.o: $(WINSUP_H)
-uinfo.o: $(WINSUP_H)
+uinfo.o: $(WINSUP_H) autoload.h
uname.o: $(WINSUP_H)
wait.o: $(WINSUP_H)
window.o: $(WINSUP_H)