From 1778ac11f6662bd34e769fa2fc21a6e0582f19cd Mon Sep 17 00:00:00 2001 From: Nick Downing Date: Mon, 25 Apr 2022 13:03:41 +1000 Subject: [PATCH] In Makefile, replace accidental direct invocation of gforth with $(HOSTFORTH) --- preForth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preForth/Makefile b/preForth/Makefile index 6cff6b4..2a00700 100644 --- a/preForth/Makefile +++ b/preForth/Makefile @@ -148,7 +148,7 @@ seedForthInteractive.seedsource rm __temp__.fs crc10.forth: crc10_gen.forth - gforth $^ -e bye >$@ + $(HOSTFORTH) $^ -e bye >$@ .PHONY=clean clean: