diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-02-13 08:52:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-02-13 08:52:53 +0000 |
commit | cfde7033b4029b9bcd797082b816746688c3ff6b (patch) | |
tree | 679791680438f0e226f9318259a755f07b4f6631 /configmgr/source | |
parent | 8af0a66dedfb8a10edb0e7b101e43751c8edb0b0 (diff) |
removed redundant backslash
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/misc/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/misc/makefile.mk b/configmgr/source/misc/makefile.mk index e9c466919d62..bc43cd0b3b6c 100644 --- a/configmgr/source/misc/makefile.mk +++ b/configmgr/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: lla $ $Date: 2001-01-17 15:02:32 $ +# last change: $Author: kz $ $Date: 2001-02-13 09:52:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,7 +80,7 @@ EXCEPTIONSFILES = \ $(SLO)$/oslstream.obj \ $(SLO)$/attributes.obj \ $(SLO)$/confname.obj \ - $(SLO)$/configunoreg.obj \ + $(SLO)$/configunoreg.obj SLOFILES= \ $(SLO)$/configmodule.obj \ @@ -96,7 +96,7 @@ SLOFILES= \ $(SLO)$/strimpl.obj \ $(SLO)$/strconverter.obj \ $(SLO)$/treemap.obj \ - $(SLO)$/mergechange.obj \ + $(SLO)$/mergechange.obj # --- Targets ---------------------------------- |