summaryrefslogtreecommitdiff
path: root/solenv/inc/pstrules.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-13 18:10:44 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-13 18:10:44 +0000
commit2ddd186febc9b0f15c385b16ec809f07c83ba296 (patch)
tree428c22dcfebba2705fafdc1f79ad0e73c490f2db /solenv/inc/pstrules.mk
parentd9d2196531c534f8e1caaa04f649887b772e6404 (diff)
#65293# this one doesn't take forever
Diffstat (limited to 'solenv/inc/pstrules.mk')
-rw-r--r--solenv/inc/pstrules.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/pstrules.mk b/solenv/inc/pstrules.mk
index 039a8ba3b3df..3c6be8304eff 100644
--- a/solenv/inc/pstrules.mk
+++ b/solenv/inc/pstrules.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: pstrules.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: hjs $ $Date: 2001-08-13 18:58:39 $
+# last change: $Author: hjs $ $Date: 2001-08-13 19:10:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -277,8 +277,8 @@ $(UNOUCROUT)$/%.hdl : $(UNOUCRDEP)
.IF "$(COMP1TYPELIST)$(COMP2TYPELIST)$(COMP3TYPELIST)$(COMP4TYPELIST)$(COMP5TYPELIST)$(COMP6TYPELIST)$(COMP7TYPELIST)$(COMP8TYPELIST)$(COMP9TYPELIST)"==""
#fallback
-LOCLALDESC=
-.IF "$(shell find . -name $(SHL1TARGET).xml)"==""
+LOCALDESC=$(shell find . -name $(SHL1TARGET).xml)
+.IF "$(LOCALDESC)"==""
$(MISC)$/%.xml : $(SOLARENV)$/src$/default_description.xml
+$(COPY) $< $@
.ENDIF