Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 16:57:27 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10547 for review
Message-ID:  <200204302357.g3UNvRV04596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204302357.g3UNvRV04596>