From 731fba1dc41672c214d99beca6cf46f0f0c09e3e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 31 Jul 2012 02:26:34 +0200 Subject: Fix unterminated variable reference --- gitto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitto/Makefile b/gitto/Makefile index 4f4e2e1..9af64d0 100644 --- a/gitto/Makefile +++ b/gitto/Makefile @@ -25,4 +25,4 @@ $(filter %.go,$(uninstall-objects)): uninstall-%: rm -f "$(COMPDIR)/gitto/$*" $(filter %.scm,$(uninstall-objects)): uninstall-%: - rm -f "$(SITEDIR}/gitto/$*" + rm -f "$(SITEDIR)/gitto/$*" -- cgit v1.2.3-54-g00ecf