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 ------------------------------------------------------