diff options
author | Sander Vesik <svesik@openoffice.org> | 2002-03-11 20:15:38 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2002-03-11 20:15:38 +0000 |
commit | 96aa0a28cc8eb7258af2b2a9f47d74ac85c28c03 (patch) | |
tree | 3de9a7654049c0a3f135f3b1828a35efa99ade4e /cppu | |
parent | 4f6f9131e45d8094560fef0f295c61b5cfbba399 (diff) |
Disable mapfiles on FreeBSD
Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
Diffstat (limited to 'cppu')
-rw-r--r-- | cppu/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index c497290ebe2f..e3cc6be229f8 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: dbo $ $Date: 2001-11-09 09:14:31 $ +# last change: $Author: svesik $ $Date: 2002-03-11 21:15:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,7 +87,9 @@ SHL1STDLIBS= \ SHL1DEPN= SHL1IMPLIB=i$(TARGET) +.IF "$(OS)"!="FREEBSD" SHL1DEF=$(MISC)$/$(SHL1TARGET).def +.ENDIF SHL1VERSIONMAP=$(TARGET).map |