summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2007-03-22 13:02:53 +0000
committerPaul W. Frields <stickster@gmail.com>2007-03-22 13:02:53 +0000
commit2f365197126438ecdef68957bdbbd72143293e0f (patch)
tree399daeb8f5701a407f455f3adc3be93229e1d290 /Makefile.common
parentf1508c92dd87b0106ee85f176385a88069614e4e (diff)
downloadfedora-doc-utils-2f365197126438ecdef68957bdbbd72143293e0f.tar.gz
fedora-doc-utils-2f365197126438ecdef68957bdbbd72143293e0f.tar.xz
fedora-doc-utils-2f365197126438ecdef68957bdbbd72143293e0f.zip
Don't forget to make directories where needed!
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index fe9547b..0ef143a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1019,6 +1019,7 @@ ${FDPCOMMONDIR}/common/entities/entities-${1}.ent::
pushd ${FDPCOMMONDIR}/common/entities && make entities-${1}.ent
${1}/$${FDP_ENTITIES}:: ${FDPCOMMONDIR}/common/entities/entities-${1}.ent
+ mkdir -p $$(shell dirname $$@)
cp -p ${FDPCOMMONDIR}/common/entities/entities-${1}.ent $$@
clean::