diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-02-15 16:00:49 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-02-15 16:00:49 +0000 |
commit | 0810767099a733e438167882060e33b9434fc631 (patch) | |
tree | 3728c5b5275b36fa119d81d814293c8e97750bc9 /tools | |
parent | c46be87633e2ad9014a8429966df2465a99ab023 (diff) |
Fix for optimization error
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/communi/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/communi/makefile.mk b/tools/source/communi/makefile.mk index 970f41a6121a..5754265d078f 100644 --- a/tools/source/communi/makefile.mk +++ b/tools/source/communi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:06 $ +# last change: $Author: nf $ $Date: 2001-02-15 17:00:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -99,4 +99,4 @@ SLOFILES= $(SLO)$/simplecm.obj \ # --- Targets ------------------------------------------------------ -.INCLUDE : target.mk +.INCLUDE : target.mk |