tests/utils: add quotes in Makefile

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13632 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2013-04-29 19:16:01 +00:00
parent 38608d81c4
commit 146084a63e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
BASEDIR=../..
MODULES=testing misc
INCLUDES= -I $(TTOP)/utils
INCLUDES= -I "$(TTOP)/utils"
ADD_COMPFLAGS=$(INCLUDES)
CMO_FILES+="misc.cmo"