diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-05-23 10:58:29 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-05-23 10:58:29 +0000 |
commit | 5efc4e027f4b5bfcdb141e70faafca2e3ca4fd00 (patch) | |
tree | 1db9a790b66e6421a358e8bdbdcdb3e3c78e6026 /framework/util/makefile.mk | |
parent | 19c156e9c3c210cfe95d070747dc1fdc0779dc1b (diff) |
#86944# missing backslash added
Diffstat (limited to 'framework/util/makefile.mk')
-rw-r--r-- | framework/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 7eb35b77eace..47638dc7c883 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.30 $ +# $Revision: 1.31 $ # -# last change: $Author: cd $ $Date: 2001-05-23 07:11:35 $ +# last change: $Author: cd $ $Date: 2001-05-23 11:58:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,7 @@ LIB1OBJFILES= $(SLO)$/menuconfiguration.obj \ $(SLO)$/attributelist.obj \ $(SLO)$/imageproducer.obj \ $(SLO)$/menudocumenthandler.obj \ - $(SLO)$/bmkmenu.obj + $(SLO)$/bmkmenu.obj \ $(SLO)$/saxnamespacefilter.obj \ $(SLO)$/xmlnamespaces.obj |