diff options
author | Caolán McNamara <cmc@openoffice.org> | 2001-02-08 12:21:09 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2001-02-08 12:21:09 +0000 |
commit | ac3911e85edf629c6e279af1a8288db974d500c2 (patch) | |
tree | 0e11813f242cfe78be335fd866a1409dcc68e364 /sw/source/ui/app/makefile.mk | |
parent | dc420185f84b596c9c4402e6e1fe3b922208f632 (diff) |
removed redundant backslash in makefile
Diffstat (limited to 'sw/source/ui/app/makefile.mk')
-rw-r--r-- | sw/source/ui/app/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/makefile.mk b/sw/source/ui/app/makefile.mk index a68c2d82ded4..22fc5f0c7c83 100644 --- a/sw/source/ui/app/makefile.mk +++ b/sw/source/ui/app/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:14:31 $ +# last change: $Author: cmc $ $Date: 2001-02-08 13:10:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,7 +122,7 @@ SLOFILES = \ EXCEPTIONSFILES= \ $(SLO)$/swmodule.obj \ $(SLO)$/swmodul1.obj \ - $(SLO)$/docsh2.obj \ + $(SLO)$/docsh2.obj LIB1TARGET= $(SLB)$/app.lib |