Fix reference to $(template_dir) in Makefile.

The brackets were missing, so that 'make install' would install into the
directory template/emplate_dir.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2008-05-27 08:55:25 +02:00
parent dfd702ef0b
commit e2829542f8

View File

@@ -1260,7 +1260,7 @@ remove-dashes:
ifeq ($(firstword $(subst /, ,$(template_dir))),..)
template_instdir = $(gitexecdir)/$(template_dir)
else
template_instdir = $template_dir
template_instdir = $(template_dir)
endif
export template_instdir