summaryrefslogtreecommitdiffstats
path: root/udm/source/mkinc/fullcpp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'udm/source/mkinc/fullcpp.mk')
-rw-r--r--udm/source/mkinc/fullcpp.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/udm/source/mkinc/fullcpp.mk b/udm/source/mkinc/fullcpp.mk
index f67d9c817bfa..b5c0215e06ca 100644
--- a/udm/source/mkinc/fullcpp.mk
+++ b/udm/source/mkinc/fullcpp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: fullcpp.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hr $ $Date: 2003-03-18 13:53:28 $
+# last change: $Author: vg $ $Date: 2003-04-15 16:32:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,7 +79,7 @@ CFLAGS+= -GR
# Precompiled Headers
PCH_NAME= udm
-.IF "$(DEBUG)"==""
+.IF "$(DBG_LEVEL)"<"2"
CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pch
.ELSE
CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBUILD