diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 14:29:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 14:29:48 +0000 |
commit | eaf171408cc70f8932fc42cfc38a5bae5f24a94c (patch) | |
tree | 3b13da0fc69bbd46ff42d29284d65bb0d5e1a344 /sc/addin | |
parent | 3bbbf499edf0429eff78cea985fac4c18086251e (diff) |
INTEGRATION: CWS cmcfixes19 (1.5.12); FILE MERGED
2005/09/22 11:55:33 cmc 1.5.12.1: #i54708# add dependancies for parallel build
Diffstat (limited to 'sc/addin')
-rw-r--r-- | sc/addin/datefunc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/addin/datefunc/makefile.mk b/sc/addin/datefunc/makefile.mk index a87b57b8c5f9..ca3e9c2df2ee 100644 --- a/sc/addin/datefunc/makefile.mk +++ b/sc/addin/datefunc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 17:18:42 $ +# last change: $Author: hr $ $Date: 2005-09-28 15:29:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,7 @@ $(MISC)$/cl2c.pl: ..$/util/cl2c.pl $(INCCOM)$/xlang.h : $(SOLARINCDIR)$/tools$/lang.hxx @+$(SED) -e "s#\([ \t]\)//\(.*\)#\1/*\2 */#" -e "s#^//\(.*\)#/*\1 */#" $(SOLARINCDIR)$/tools$/lang.hxx >$@ -$(SLOFILES) : $(INCCOM)$/xlang.h +$(SLOFILES) : $(INCCOM)$/xlang.h $(CFILES) $(MISC)$/$(TARGET).lst : \ $(MISC)$/x$(TARGET).c \ |