tests/utils/Makefile: port to mingw

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13622 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2013-04-29 16:54:26 +00:00
parent 8bbebbc3fe
commit 87392bc090
1 changed files with 1 additions and 2 deletions

View File

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