summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-04 10:52:11 +0200
committerGravatar Tom Willemsen2012-10-04 10:52:11 +0200
commit35683db0e663e94f564be73d7f9daa78837ecd54 (patch)
treecaac623ee0f07f8a0bef003804fe66e64cb858b3
parent436f57cb5547dd7a9e213ffa52fa787271492791 (diff)
downloadundone-35683db0e663e94f564be73d7f9daa78837ecd54.tar.gz
undone-35683db0e663e94f564be73d7f9daa78837ecd54.zip
Compile view.scm first
This is to avoid automatic compilation to the cache when main.scm is being built.
-rw-r--r--undone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/undone/Makefile b/undone/Makefile
index c2724f2..167b9cd 100644
--- a/undone/Makefile
+++ b/undone/Makefile
@@ -3,7 +3,7 @@ SITEDIR = $(shell pkg-config guile-2.0 --variable=sitedir \
--define-variable=prefix=$(DESTDIR))
COMPDIR = $(DESTDIR)/lib/guile/2.0/site-ccache
-objects = main.scm main.go view.scm view.go
+objects = view.scm view.go main.scm main.go
install-objects = $(addprefix install-,$(objects))
uninstall-objects = $(addprefix uninstall-,$(objects))