aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-04-09 20:04:19 +0530
committerArun Isaac2022-04-09 20:04:19 +0530
commitffddcbddfb49e4bac9497dd87b21c5d5a1feebd6 (patch)
treec91147e53de6632f75a52657df42e50f02de0bd4
parent9a322ee22513f62020e8f31c7d6cfc0a6c842705 (diff)
downloadccwl-ffddcbddfb49e4bac9497dd87b21c5d5a1feebd6.tar.gz
ccwl-ffddcbddfb49e4bac9497dd87b21c5d5a1feebd6.tar.lz
ccwl-ffddcbddfb49e4bac9497dd87b21c5d5a1feebd6.zip
Makefile: Compile scheme source code with auto-compile disabled.
* Makefile (%.go): Set GUILE_AUTO_COMPILE=0.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fe1029..24a7beb 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ godir = $(libdir)/guile/$(guile_effective_version)/site-ccache/$(top_level_modul
all: $(objects)
%.go: %.scm
- $(GUILD) compile -L . -o $@ $<
+ GUILE_AUTO_COMPILE=0 $(GUILD) compile -L . -o $@ $<
# Run tests