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-0dff7051ff02
master
Daniel de Rauglaudre 2001-09-08 17:08:07 +00:00
parent ebad46d4a8
commit bf5107a75f
1 changed files with 2 additions and 2 deletions

View File

@ -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) \