From 4c1b43153b7032c5f736998e3221d23314b51db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 18 Jun 2001 14:12:17 +0000 Subject: [PATCH] #87576# EXCEPTIONSFILES --- sal/rtl/source/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index 1ef7c9b98309..736ce22bb1fa 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: kr $ $Date: 2001-06-15 13:53:53 $ +# last change: $Author: rt $ $Date: 2001-06-18 15:12:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,6 +124,10 @@ OBJFILES= $(OBJ)$/alloc.obj \ $(OBJ)$/unload.obj #.ENDIF +EXCEPTIONSFILES= $(SLO)$/macro.obj \ + $(OBJ)$/macro.obj + + .ENDIF # --- Targets ------------------------------------------------------