diff options
author | Gene Anaya <ganaya@openoffice.org> | 2001-02-14 16:55:14 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2001-02-14 16:55:14 +0000 |
commit | d0f1b22bef645bf99407136a3f3eff12d27d69d9 (patch) | |
tree | 8fd39fe11311c2c536acdd0b3b54e87c6be3698d /configmgr/util/makefile.mk | |
parent | 920e74384af1379b5e17c7fd26bd01db12fc05d8 (diff) |
Remove stripped due to anonymous namespaces adding local paths to objects.
Diffstat (limited to 'configmgr/util/makefile.mk')
-rw-r--r-- | configmgr/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/util/makefile.mk b/configmgr/util/makefile.mk index a0151d01f2f7..8755a0025565 100644 --- a/configmgr/util/makefile.mk +++ b/configmgr/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: dg $ $Date: 2001-02-08 11:39:26 $ +# last change: $Author: ganaya $ $Date: 2001-02-14 17:55:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,7 +74,7 @@ ENABLE_EXCEPTIONS=TRUE SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR) .IF "$(OS)"=="MACOSX" -SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map +#SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map .ELSE SHL1VERSIONMAP= $(TARGET).map .ENDIF |