msvc: Makefile: use file stream instead of input stream for compile.lsp

Be consistent with unix Makefile, allow for debugging errors during the build.
This commit is contained in:
Marius Gerbershagen 2021-04-24 21:22:21 +02:00
parent b98752cda1
commit 7431e6941c

View file

@ -233,7 +233,7 @@ c\cut$(EXE): $(top_srcdir)\util\cut.c
$(TARGETS): $(UCDDAT) ecl_min$(EXE) compile.lsp sysfun.lsp BUILD-STAMP
set ECLDIR=./
ecl_min < compile.lsp
ecl_min compile
BUILD-STAMP: Makefile
date /t > $@