aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2008-08-29 11:09:37 +0000
committerJosip Rodin <joy>2008-08-29 11:09:37 +0000
commit99fdaa36bed2818eded82c35742ef378aca4c402 (patch)
tree3eb2a33d90994997343fac7d062a183084c3b419 /Makefile.common
parent5eaae562cdaef5000041c53dedcaf4d96d1ca0a8 (diff)
replace the last remaining case of ugly parenthesized ifeq
CVS version numbers Makefile.common: 1.98 -> 1.99
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy