From 7431e6941cfa766660a85d208cf19ee27481880a Mon Sep 17 00:00:00 2001 From: Marius Gerbershagen Date: Sat, 24 Apr 2021 21:22:21 +0200 Subject: [PATCH] msvc: Makefile: use file stream instead of input stream for compile.lsp Be consistent with unix Makefile, allow for debugging errors during the build. --- msvc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc/Makefile b/msvc/Makefile index e3bf9c230..1638b2c9f 100755 --- a/msvc/Makefile +++ b/msvc/Makefile @@ -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 > $@