Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 18:25:04 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109629 for review
Message-ID:  <200611091825.kA9IP4Dk060913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109629

Change 109629 by imp@imp_lighthouse on 2006/11/09 18:24:11

	Oops

Affected files ...

.. //depot/projects/arm/src/gnu/usr.bin/binutils/Makefile.inc0#4 edit

Differences ...

==== //depot/projects/arm/src/gnu/usr.bin/binutils/Makefile.inc0#4 (text+ko) ====

@@ -47,5 +47,7 @@
 .endfor
 
 .for _arch in ${ARCHS}
+.if exists(${.CURDIR}/Makefile.${_arch})
 .include "${.CURDIR}/Makefile.${_arch}"
+.endif
 .endfor



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