diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-11-18 15:22:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-11-18 15:22:29 +0000 |
commit | f2351f856d7c2fc0a82ad291b7e92448b1f98906 (patch) | |
tree | d314069cfc518d15fb5d998cce15bee5bfeb637a /sal/rtl/source/makefile.mk | |
parent | 7e691cf4094823b4fac54b5fbce72c76f0c5617d (diff) |
#100000# typo
Diffstat (limited to 'sal/rtl/source/makefile.mk')
-rw-r--r-- | sal/rtl/source/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index 500285365b4b..5aa4dce1b825 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: sb $ $Date: 2002-11-04 15:29:59 $ +# last change: $Author: obo $ $Date: 2002-11-18 16:22:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -125,7 +125,7 @@ OBJFILES= $(OBJ)$/alloc.obj \ $(OBJ)$/unload.obj \ $(OBJ)$/logfile.obj \ $(OBJ)$/tresimpl.obj \ - $(SLO)$/math.obj + $(OBJ)$/math.obj #.ENDIF |