summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index fb9bdd2..557b51f 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -781,14 +781,11 @@ define LOCALE_template
set-locale-${1}::
${LN} -f -s ${FDPDIR}/docs-common/common/entities/entities-${1}.ent \
${FDP_ENTITIES}
-ifneq "${DOC_ENTITIES}" ""
- ${LN} -f -s ${1}/${DOC_ENTITIES}.ent .
-endif
clean::
${RM} ${FDP_ENTITIES}
ifneq "${DOC_ENTITIES}" ""
- ${RM} ${DOC_ENTITIES}.ent
+ ${RM} ${1}/${DOC_ENTITIES}.ent
endif
help::