summaryrefslogtreecommitdiff
path: root/git-daemon
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-11 22:35:41 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-12-11 22:35:41 +0000
commitf34db0d4628fd5a077ac48a627b4491c5d933d62 (patch)
tree1f48f3996bbe6dda0e41d74e291e479a50ce0a07 /git-daemon
parent2cee72a39f02307652a2d0c95c95c3d0cd9bc778 (diff)
downloaduserv-utils-f34db0d4628fd5a077ac48a627b4491c5d933d62.tar.gz
Add quirkafleeg to git-daemon/Makefile to placate emacs makefile mode.
Diffstat (limited to 'git-daemon')
-rw-r--r--git-daemon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-daemon/Makefile b/git-daemon/Makefile
index 22407c7..54a78c1 100644
--- a/git-daemon/Makefile
+++ b/git-daemon/Makefile
@@ -23,6 +23,7 @@ all: $(TARGETS)
sedscript: Makefile read-urlmap
echo >$@.new '$(foreach f, $(SUBSTVARS), s,@$f@,$($f),g; )'
echo >>$@.new '/@@READ_URLMAP@@/c\'
+ @#'
perl >>$@.new -pe 's/\\/\\\\/g; s/$$/\\/' <read-urlmap
mv -f $@.new $@