diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 14:30:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 14:30:46 +0000 |
commit | a8ee9dff81ae0a19d4e0b7bc357927043642cdb3 (patch) | |
tree | 874cb4c972f01699f60e3f33f1a2770bf8678e69 /sc/addin | |
parent | eaf171408cc70f8932fc42cfc38a5bae5f24a94c (diff) |
INTEGRATION: CWS cmcfixes19 (1.6.12); FILE MERGED
2005/09/22 11:55:34 cmc 1.6.12.1: #i54708# add dependancies for parallel build
Diffstat (limited to 'sc/addin')
-rw-r--r-- | sc/addin/rot13/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/addin/rot13/makefile.mk b/sc/addin/rot13/makefile.mk index 5f3711a6bfac..71efaad90ba6 100644 --- a/sc/addin/rot13/makefile.mk +++ b/sc/addin/rot13/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 17:20:04 $ +# last change: $Author: hr $ $Date: 2005-09-28 15:30:45 $ # # 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)$/rot.lst : \ $(MISC)$/x$(TARGET).c \ |