diff options
-rw-r--r-- | cli_ure/util/makefile.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk index 354378913fab..e8885396a43f 100644 --- a/cli_ure/util/makefile.pmk +++ b/cli_ure/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: dbo $ $Date: 2003-05-08 12:41:06 $ +# last change: $Author: obo $ $Date: 2003-10-10 10:45:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,7 +60,7 @@ # #************************************************************************* -.IF "$(COM)$(COMEX)" == "MSC8" +.IF "$(COM)$(COMEX)" == "MSC8" || "$(COM)$(COMEX)"== "MSC10" BUILD_FOR_CLI = "true" .ENDIF |