aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-05-25 15:45:57 -0700
committerGravatar Tom Willemse2023-05-25 15:45:57 -0700
commit60b361fdaea0e9de93fdf70f9f8bef58ad3ae910 (patch)
tree1524855cf8ac36027e8355315f38cc6f8cda3605 /GNUmakefile
parent09615b953aa9f5eb88d27f7bf646247ee9de7527 (diff)
downloademacs-config-60b361fdaea0e9de93fdf70f9f8bef58ad3ae910.tar.gz
emacs-config-60b361fdaea0e9de93fdf70f9f8bef58ad3ae910.zip
Fix variable reference
Oops, must have accidentally screwed this up when I changed the name. Will probably move the guile code into its own file at some point, though.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 64b6ad2..0b6ffd5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -31,7 +31,7 @@ define GUILE_MODULE
(loop (read-line p)))))))))
endef
-$(guile GUILE_MODULE))
+$(guile $(GUILE_MODULE))
define upload =
emacs --quick --batch \