Remove useless lines from the Windows configuration makefiles

The OCaml definitions of topdir and wintopdir were actually
never used. It can be seen that the Unix configure script does not
define such variables.
master
Sébastien Hinderer 2018-10-22 09:17:33 +02:00
parent 2713258fbd
commit 206442489b
4 changed files with 0 additions and 4 deletions

View File

@ -198,7 +198,6 @@ INSTALL_BYTECODE_PROGRAMS=true
OTHERLIBRARIES=win32unix str win32graph dynlink bigarray systhreads
############# for the testsuite makefiles
#ml let topdir = "" and wintopdir = "";;
OTOPDIR=$(WINTOPDIR)
CTOPDIR=$(TOPDIR)
CYGPATH=cygpath -m

View File

@ -198,7 +198,6 @@ INSTALL_BYTECODE_PROGRAMS=true
OTHERLIBRARIES=win32unix str win32graph dynlink bigarray systhreads
############# for the testsuite makefiles
#ml let topdir = "" and wintopdir = "";;
OTOPDIR=$(WINTOPDIR)
CTOPDIR=$(TOPDIR)
CYGPATH=cygpath -m

View File

@ -200,7 +200,6 @@ WITH_OCAMLDOC=ocamldoc
OTHERLIBRARIES=win32unix systhreads str win32graph dynlink bigarray
############# for the testsuite makefiles
#ml let topdir = "" and wintopdir = "";;
OTOPDIR=$(WINTOPDIR)
CTOPDIR=$(WINTOPDIR)
CYGPATH=cygpath -m

View File

@ -203,7 +203,6 @@ WITH_OCAMLDOC=ocamldoc
OTHERLIBRARIES=win32unix systhreads str win32graph dynlink bigarray
############# for the testsuite makefiles
#ml let topdir = "" and wintopdir = "";;
OTOPDIR=$(WINTOPDIR)
CTOPDIR=$(WINTOPDIR)
CYGPATH=cygpath -m