Hi, On Wed, 27 Feb 2008, Johannes Sixt wrote: > @@ -1094,6 +1094,13 @@ remove-dashes: > > ### Installation rules > > +ifeq ($(firstword $(subst /, ,$(template_dir))),..) How portable is "firstword"? Would it not be better to use ifneq ($(patsubst ../%,,$(template_dir)),) Hmm? Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html