From 99fdaa36bed2818eded82c35742ef378aca4c402 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Fri, 29 Aug 2008 11:09:37 +0000 Subject: replace the last remaining case of ugly parenthesized ifeq CVS version numbers Makefile.common: 1.98 -> 1.99 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index afc9ad7c382..cd3b4c94e81 100644 --- a/Makefile.common +++ b/Makefile.common @@ -109,7 +109,7 @@ ifeq "$(LANGUAGE)" "nb" @echo making a link $(@D)/$(*F).no.html -\> $(@F) @ln -sf $(@F) $(@D)/$(*F).no.html endif -ifeq ($(LANGUAGE),en) +ifeq "$(LANGUAGE)" "en" @echo making a link $(@D)/$(*F).html -\> $(@F) @ln -sf $(@F) $(@D)/$(*F).html @ln -sf $(@F) $(@D)/$(*F).en-us.html -- cgit v1.2.3