summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
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 35d2ad3..ee4d7f2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -971,7 +971,7 @@ fedora-doc-${DOCBASE}-khelp.desktop:: ${RPMINFO}
define FDP_ENTITIES_template
${1}/$${FDP_ENTITIES}::
mkdir -p ${1}
- ( cd ${FDPCOMMONDIR}/common/entities ; $(MAKE) entities-${1}.ent )
+ ( cd ${FDPCOMMONDIR}/common/entities ; $$(MAKE) entities-${1}.ent )
cp -u ${FDPCOMMONDIR}/common/entities/entities-${1}.ent $$@
clean::