From 336cba494ddba3a86ba53cc2b987d7b4fa477601 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 13 May 2026 23:01:18 +0100 Subject: Compile guile sources with pre-inst-env. This obviates the need for -L since GUILE_LOAD_PATH and friends are already set in pre-inst-env. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce9ff50..588ef56 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ all: $(objects) $(config_file) $(SED) -e 's|@PROJECT@|$(project)|' -e 's|@PROJECT_TITLE@|$(project_title)|' -e 's|@VERSION@|$(version)|' $< > $@ %.go: %.scm $(config_file) - GUILE_AUTO_COMPILE=0 $(GUILD) compile $(GUILD_FLAGS) -L . -o $@ $< + GUILE_AUTO_COMPILE=0 ./pre-inst-env $(GUILD) compile $(GUILD_FLAGS) -o $@ $< check: ./pre-inst-env $(GUILE_RUN64) $(tests) -- cgit 1.4.1