diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-04-02 13:20:07 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-04-02 13:20:07 +0000 |
commit | 36d7e7d51f218c8c4342daa3dcdb5dcee4139507 (patch) | |
tree | 2ceb2692ad641df0f17f289275668eaa15305bf9 | |
parent | ce9ffc8ece33f55f44fa2f81790166ba6f958c73 (diff) |
Ajout de -I$(PTHREADS_INCLUDES)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@729 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/threads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile index 39affea9a..e10197af4 100644 --- a/otherlibs/threads/Makefile +++ b/otherlibs/threads/Makefile @@ -2,7 +2,7 @@ include ../../config/Makefile # Compilation options CC=$(BYTECC) -CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) +CFLAGS=-I$(PTHREADS_INCLUDES) -I../../byterun -O $(BYTECCCOMPOPTS) CAMLC=../../boot/cslrun ../../boot/cslc -I ../../boot -I ../unix C_OBJS=threadstubs.o |