diff options
author | Oliver Bolte <obo@openoffice.org> | 2002-10-10 11:57:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2002-10-10 11:57:49 +0000 |
commit | 74270962ab2707b6ad4bdb7e3cd03977d676f665 (patch) | |
tree | d79b377e57e5fb9845c131b65eb1361045f639b2 /desktop | |
parent | 3faf2121b60d9adf97121fe1350c9841ce1c7357 (diff) |
#100000# slo instead of obj (typo)
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/makefile.mk b/desktop/source/app/makefile.mk index 0f33dcfd8b28..9d8a5775efff 100644 --- a/desktop/source/app/makefile.mk +++ b/desktop/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: lo $ $Date: 2002-09-30 15:59:39 $ +# last change: $Author: obo $ $Date: 2002-10-10 12:57:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -118,7 +118,7 @@ SLOFILES = \ $(SLO)$/ssoinit.obj \ $(SLO)$/officeipcmanager.obj \ $(SLO)$/javainteractionhandler.obj \ - $(OBJ)$/lockfile.obj + $(SLO)$/lockfile.obj .ENDIF |