summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-19 15:42:04 +0100
committerAndras Timar <atimar@suse.com>2011-12-19 15:47:21 +0100
commitbb8185737c1a8ece6fde51511dedc6825020a444 (patch)
tree554862650476b49f4b6e35ab3c8143cb741849f9 /sdext
parent33e1bb84abcb1ba60595a26884f8772249f7416b (diff)
fix racecondition in sdext/source/minimizer/makefile.mk
Signed-off-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/minimizer/makefile.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sdext/source/minimizer/makefile.mk b/sdext/source/minimizer/makefile.mk
index f28b41e5e68a..ea9e043239de 100644
--- a/sdext/source/minimizer/makefile.mk
+++ b/sdext/source/minimizer/makefile.mk
@@ -146,10 +146,13 @@ $(DESCRIPTION_SRC) : description.xml
$(COPY) $< $@
.ENDIF
-$(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) $@
.ENDIF # L10N_framework