Avoid double-slash in path names that depend on $(sharedir).
commitd681388621ce2e32ec1275a9edfea59bb0a4a0cb
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 10 Jun 2007 14:02:21 +0000 (10 16:02 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sun, 10 Jun 2007 14:02:21 +0000 (10 16:02 +0200)
treec53fedaecd911ecdcbc9773ead5bd48fbdf19b4d
parent5f09ee750771252e02fb0cc994f9ca15dbb333e4
Avoid double-slash in path names that depend on $(sharedir).

Recent git-gui has the ability to determine the location of its library
files relative to the --exec-dir. Its Makefile enables this capability
depending on the install paths that are specified. However, without this
fix there is an extra slash in a path specification, so that the Makefile
does not recognize the equivalence of two paths that it compares.

As a side-effect, this avoids an ugly compiled-in double-slash in
$(template_dir).

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Makefile