diff options
-rw-r--r-- | configmgr/source/misc/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/configmgr/source/misc/makefile.mk b/configmgr/source/misc/makefile.mk index 8338b3d84c15..82d5e8d6797a 100644 --- a/configmgr/source/misc/makefile.mk +++ b/configmgr/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: hr $ $Date: 2003-03-19 16:19:23 $ +# last change: $Author: hr $ $Date: 2004-02-02 20:21:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,10 +97,6 @@ OBJFILES= \ $(OBJ)$/trivialbufferedfile.obj \ -.IF "$(OS)"=="MACOSX" -SYMBOLPREFIX=$(CFGMGR_TARGET)$(CFGMGR_MAJOR) -.ENDIF - # --- Targets ---------------------------------- .INCLUDE : target.mk |