aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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-%: