summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-19 08:26:37 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-19 08:26:37 +0000
commit5c233b63c42989926c82d5fd557fb7b852756591 (patch)
treec1d8b3c63c1512cea5653822af990595aeed1567 /solenv
parent1fa0e45f50de3dd2fa77a35d6bf1da06a74cdd45 (diff)
INTEGRATION: CWS freebsd07 (1.32.158); FILE MERGED
2006/07/01 06:02:12 maho 1.32.158.1: #i65513# FreeBSD/amd64 environment support.\n This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/unx.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/solenv/inc/unx.mk b/solenv/inc/unx.mk
index 747f89fddcbd..3e2d3272209e 100644
--- a/solenv/inc/unx.mk
+++ b/solenv/inc/unx.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unx.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: kz $ $Date: 2006-02-03 17:33:26 $
+# last change: $Author: kz $ $Date: 2006-07-19 09:26:37 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -155,11 +155,10 @@
.INCLUDE : unxbsds.mk
.ENDIF
-.IF "$(COM)$(OS)$(CPU)" == "GCCFREEBSDI"
-.INCLUDE : unxfbsdi.mk
+.IF "$(COM)$(OS)" == "GCCFREEBSD"
+.INCLUDE : unxfbsd.mk
.ENDIF
-
.IF "$(COM)$(OS)$(CPU)" == "C730IRIXM"
.INCLUDE : unxirxm3.mk
.ENDIF