From owner-cvs-all Wed Dec 13 15:15:16 2000 From owner-cvs-all@FreeBSD.ORG Wed Dec 13 15:15:13 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9210137B404; Wed, 13 Dec 2000 15:15:13 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBDNFDe57837; Wed, 13 Dec 2000 15:15:13 -0800 (PST) (envelope-from marcel) Message-Id: <200012132315.eBDNFDe57837@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 13 Dec 2000 15:15:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx/aicasm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/12/13 15:15:13 PST Modified files: sys/dev/aic7xxx/aicasm Makefile Log: Fix include directories for crossbuilding. aicasm is run on the build machine and therefore needs to be compiled and linked against the headers and libraries (resp) of the build machine. Since normally the default include directories are search after any specified on the command line, make sure we don't accidentally pick up machine dependent headers from the kernel compile directory by specifying /usr/include first. This solves the (cross) build problem for ia64. Approved by: gibbs Revision Changes Path 1.9 +2 -2 src/sys/dev/aic7xxx/aicasm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message