Correction pour le cas ou SYSTEM_INCLUDES contiendrait des espaces
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3731 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
ebad46d4a8
commit
bf5107a75f
|
@ -61,8 +61,8 @@ copy_unix_files:
|
|||
# This requires GNU cp
|
||||
@cp ../unix/unix.mli unix.mli
|
||||
|
||||
io.h: $(SYSTEM_INCLUDES)\io.h
|
||||
copy $(SYSTEM_INCLUDES)\io.h io.h
|
||||
io.h: "$(SYSTEM_INCLUDES)\io.h"
|
||||
copy "$(SYSTEM_INCLUDES)\io.h" io.h
|
||||
|
||||
unix.cma: $(CAML_OBJS)
|
||||
$(CAMLC) -a -linkall -o unix.cma $(CAML_OBJS) \
|
||||
|
|
Loading…
Reference in New Issue