summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-24 21:54:36 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-24 21:54:36 +0000
commit6a7edb5da6010da49eb86b5d4c64d4ae9692c5ce (patch)
treeb35d9c89cfc2809cf3d7c1ea8d8c9fb469e0eef2 /Makefile.common
parent94ad948fd7e8e0c525def7c1cb21f44c59b788a2 (diff)
downloadfedora-doc-utils-6a7edb5da6010da49eb86b5d4c64d4ae9692c5ce.tar.gz
fedora-doc-utils-6a7edb5da6010da49eb86b5d4c64d4ae9692c5ce.tar.xz
fedora-doc-utils-6a7edb5da6010da49eb86b5d4c64d4ae9692c5ce.zip
Use correct escaping for template
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::