summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk
index d806b0b7599c..732ea5578225 100644
--- a/store/util/makefile.mk
+++ b/store/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: hr $ $Date: 2003-07-16 17:56:06 $
+# last change: $Author: hjs $ $Date: 2003-08-18 14:47:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,6 +107,8 @@ SHL1STDLIBS+= -lsupc++
.ELSE
.IF "$(OS)"!="MACOSX"
SHL1STDLIBS+= -lsupc++ -lgcc_s
+.ELSE
+SHL1STDLIBS+= -lsupc++
.ENDIF
.ENDIF
.ENDIF