diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-21 17:37:54 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-21 17:37:54 +0000 |
commit | e587a9c8f5122d679e8890d23420a24e5740301c (patch) | |
tree | bba5476ad8aa0edffae46c1fcecef08e71572612 /svx/source | |
parent | c31a0610dd1ece969b48a0e1d4f975dc26f6d0c1 (diff) |
#95059#
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/editeng/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/source/editeng/makefile.mk b/svx/source/editeng/makefile.mk index 69df726dd008..c3124db73baa 100644 --- a/svx/source/editeng/makefile.mk +++ b/svx/source/editeng/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: thb $ $Date: 2001-07-30 17:46:45 $ +# last change: $Author: hjs $ $Date: 2001-11-21 18:37:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -140,8 +140,12 @@ SVXLIGHTOBJFILES= \ SRCFILES= editeng.src EXCEPTIONSFILES= \ - $(SLO)$/unolingu.obj \ + $(SLO)$/unolingu.obj + +.IF "$(SVXLIGHT)"!="" +EXCEPTIONSFILES+= \ $(OBJ)$/sxl_unolingu.obj +.ENDIF # "$(SVXLIGHT)"!="" .INCLUDE : target.mk |