aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-04 22:11:55 +0200
committerGravatar Tom Willemsen2012-07-04 22:11:55 +0200
commit7c96197cff5c629728a3461532c63a208e77ed4d (patch)
treeb3d3fa9d6fc48bb735c1a66ee58aa4fa83f1e0e5
parentcf2ba4831335d50db9d5066bebc8e54e87732437 (diff)
downloadgitto-7c96197cff5c629728a3461532c63a208e77ed4d.tar.gz
gitto-7c96197cff5c629728a3461532c63a208e77ed4d.zip
Compile main.go before installing
-rw-r--r--gitto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitto/Makefile b/gitto/Makefile
index b2dec82..2c9d9de 100644
--- a/gitto/Makefile
+++ b/gitto/Makefile
@@ -15,7 +15,7 @@ $(filter %.go,$(objects)): %.go: %.scm
install: $(install-objects)
uninstall: $(uninstall-objects)
-$(filter %.go,$(install-objects)): install-%:
+$(filter %.go,$(install-objects)): install-%: $(filter %.go,$(objects))
install -Dm 644 $* "$(COMPDIR)/gitto/$*"
$(filter %.scm,$(install-objects)): install-%: