diff options
-rw-r--r-- | unotools/source/processfactory/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unotools/source/processfactory/makefile.mk b/unotools/source/processfactory/makefile.mk index a0e4baf2567b..6c9b5e26fc33 100644 --- a/unotools/source/processfactory/makefile.mk +++ b/unotools/source/processfactory/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:03:55 $ +# last change: $Author: hr $ $Date: 2000-11-07 10:00:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,8 +88,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- -SLOFILES= $(SLO)$/processfactory.obj \ - $(SLO)$/componentfactory.obj +SLOFILES= $(SLO)$/processfactory.obj # --- Targets ---------------------------------- |