summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-16 19:55:37 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-12-19 10:45:09 +0100
commitf2a1882be486986a76682ed51f481595e1cf0d5c (patch)
tree68e91a2f2aa8810b48cd4315ff844c293c30fefe /sdext
parentad4c61397da8fee3b341eec9d4ca7df574dfe60f (diff)
fix racecondition in sdext/source/pdfimport/makefile.mk
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/makefile.mk b/sdext/source/pdfimport/makefile.mk
index 641e90fbcc94..d33680f3152a 100644
--- a/sdext/source/pdfimport/makefile.mk
+++ b/sdext/source/pdfimport/makefile.mk
@@ -156,11 +156,14 @@ $(COMPONENT_DIALOGS) : dialogs$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)
$(COPY) $< $@
-$(COMPONENT_DESCRIPTION) : $(DESCRIPTION)
+$(COMPONENT_DESCRIPTION) : $(MISC)/descriptions
+
+$(MISC)/descriptions : $(DESCRIPTION)
$(COPY) description-en-US.txt $(EXTENSIONDIR)
.IF "$(WITH_LANG)" != ""
$(COPY) $(MISC)/$(EXTENSIONNAME)_in/description-*.txt $(EXTENSIONDIR)
.ENDIF
+ $(TOUCH) $@
$(COMPONENT_IMAGES) : $(SOLARSRC)$/$(RSCDEFIMG)$/desktop$/res$/$$(@:f)
@@-$(MKDIRHIER) $(@:d)