Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2006 23:35:15 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105000 for review
Message-ID:  <200608242335.k7ONZF9s056096@repoman.freebsd.org>

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

Change 105000 by imp@imp_bugs on 2006/08/24 23:34:55

	Move .endif so we don't see this target multiple times.

Affected files ...

.. //depot/projects/arm/src/gnu/usr.bin/cc/Makefile.inc#3 edit

Differences ...

==== //depot/projects/arm/src/gnu/usr.bin/cc/Makefile.inc#3 (text+ko) ====

@@ -50,7 +50,6 @@
 LIBCC_INT=	${.CURDIR}/../cc_int/libcc_int.a
 .endif
 
-.endif # !__CC_MAKEFILE_INC__
 .if ${TARGET_ARCH} == "arm"
 CLEANFILES+=	arm-diked.md ${GCC_CPU}.md.orig fpa.md cirrus.md iwmmxt.md
 .endif
@@ -65,3 +64,4 @@
 	patch ${GCC_CPU}.md ${.CURDIR}/../arm.md.diff
 	mv ${GCC_CPU}.md ${.TARGET}
 .endif
+.endif # !__CC_MAKEFILE_INC__



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