From owner-p4-projects Tue Apr 30 16:57:32 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C1FAD37B416; Tue, 30 Apr 2002 16:57:28 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F215437B404 for ; Tue, 30 Apr 2002 16:57:27 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3UNvRV04596 for perforce@freebsd.org; Tue, 30 Apr 2002 16:57:27 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Tue, 30 Apr 2002 16:57:27 -0700 (PDT) Message-Id: <200204302357.g3UNvRV04596@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 10547 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10547 Change 10547 by peter@peter_thunder on 2002/04/30 16:56:44 GRR. add aicasm.h include path to -I Affected files ... ... //depot/projects/ia64/sys/dev/aic7xxx/aicasm/Makefile#4 edit Differences ... ==== //depot/projects/ia64/sys/dev/aic7xxx/aicasm/Makefile#4 (text+ko) ==== @@ -23,6 +23,9 @@ .endif CFLAGS+= -I/usr/include -I. +.ifdef MAKESRCPATH +CFLAGS+= -I${MAKESRCPATH} +.endif NOMAN= noman YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message