summaryrefslogtreecommitdiffstats
path: root/otherlibs
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/systhreads/.depend14
-rw-r--r--otherlibs/systhreads/Makefile2
2 files changed, 5 insertions, 11 deletions
diff --git a/otherlibs/systhreads/.depend b/otherlibs/systhreads/.depend
index 39f5396a2..21c6e1148 100644
--- a/otherlibs/systhreads/.depend
+++ b/otherlibs/systhreads/.depend
@@ -15,8 +15,6 @@ win32.o: win32.c ../../byterun/alloc.h ../../byterun/misc.h \
../../byterun/roots.h ../../byterun/signals.h ../../byterun/stacks.h \
../../byterun/sys.h
condition.cmi: mutex.cmi
-thread.cmi: ../unix/unix.cmi
-threadUnix.cmi: ../unix/unix.cmi
condition.cmo: mutex.cmi condition.cmi
condition.cmx: mutex.cmx condition.cmi
event.cmo: condition.cmi mutex.cmi event.cmi
@@ -25,11 +23,7 @@ mutex.cmo: mutex.cmi
mutex.cmx: mutex.cmi
semaphore.cmo: semaphore.cmi
semaphore.cmx: semaphore.cmi
-thread.cmo: ../unix/unix.cmi thread.cmi
-thread.cmx: ../unix/unix.cmx thread.cmi
-threadUnix.cmo: thread.cmi ../unix/unix.cmi threadUnix.cmi
-threadUnix.cmx: thread.cmx ../unix/unix.cmx threadUnix.cmi
-thread_posix.cmo: ../unix/unix.cmi
-thread_posix.cmx: ../unix/unix.cmx
-thread_win32.cmo: ../unix/unix.cmi
-thread_win32.cmx: ../unix/unix.cmx
+thread.cmo: thread.cmi
+thread.cmx: thread.cmi
+threadUnix.cmo: thread.cmi threadUnix.cmi
+threadUnix.cmx: thread.cmx threadUnix.cmi
diff --git a/otherlibs/systhreads/Makefile b/otherlibs/systhreads/Makefile
index 0d369bba2..031f05c89 100644
--- a/otherlibs/systhreads/Makefile
+++ b/otherlibs/systhreads/Makefile
@@ -71,6 +71,6 @@ installopt:
depend: $(GENFILES)
gcc -MM -I../../byterun *.c > .depend
- ../../boot/ocamlrun ../../tools/ocamldep -I ../unix *.mli *.ml >> .depend
+ ../../boot/ocamlrun ../../tools/ocamldep *.mli *.ml >> .depend
include .depend