summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-14 03:16:22 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-14 03:16:22 +0000
commit2ef35d10192bae814cdfd054314ce27a1e5c270e (patch)
treea4c84c25d9d202bada483738ae196b0ff49bcb51 /solenv/inc/unxmacxp.mk
parente6e15c64d8ca6752c5aee66b4e1689e6572d5803 (diff)
Corrected typo
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index b479ca7136ed..a89a8cefa6e8 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: pluby $ $Date: 2001-02-14 01:45:22 $
+# last change: $Author: pluby $ $Date: 2001-02-14 04:16:22 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,7 +72,7 @@ CDEFS+=-DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNO_PTHREAD_PRIORITY -DSTLPORT_VERSIO
# Workaround for Mac OS X duplicate symbol plugin bug
.IF "$(SYMBOLPREFIX)"==""
-SYMBOLPREFIX="$(TARGET)"
+SYMBOLPREFIX=$(TARGET)
.ENDIF
.IF "$(SYMBOLPREFIX)"!=""
CDEFS+=-Dcomponent_getImplementationEnvironment=lib$(SYMBOLPREFIX)component_getImplementationEnvironment \