From 96aa0a28cc8eb7258af2b2a9f47d74ac85c28c03 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Mon, 11 Mar 2002 20:15:38 +0000 Subject: [PATCH] Disable mapfiles on FreeBSD Contributed by: Carlos F. A. Paniago --- cppu/util/makefile.mk | 6 ++++-- 1 file 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