Fix the otherlibs/threads/Makefile to avoid useless re-compilations
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7870 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
5b23012b0e
commit
ec19231fb9
|
@ -82,10 +82,13 @@ marshal.mli: $(LIB)/marshal.mli
|
|||
marshal.cmi: $(LIB)/marshal.cmi
|
||||
ln -s $(LIB)/marshal.cmi marshal.cmi
|
||||
|
||||
unix.cmo: $(UNIXLIB)/unix.mli $(UNIXLIB)/unix.cmi $(UNIXLIB)/unixLabels.cmo links
|
||||
links:
|
||||
unix.mli: $(UNIXLIB)/unix.mli
|
||||
ln -sf $(UNIXLIB)/unix.mli unix.mli
|
||||
|
||||
unix.cmi: $(UNIXLIB)/unix.cmi
|
||||
ln -sf $(UNIXLIB)/unix.cmi unix.cmi
|
||||
|
||||
unix.cmo: unix.mli unix.cmi $(UNIXLIB)/unixLabels.cmo
|
||||
$(CAMLC) ${COMPFLAGS} -c unix.ml
|
||||
|
||||
partialclean:
|
||||
|
|
Loading…
Reference in New Issue