Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/powerpc64 remove -I- from CPPFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/8486940b0ed6
branches:  trunk
changeset: 770676:8486940b0ed6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Oct 29 10:28:37 2011 +0000

description:
remove -I- from CPPFLAGS.

diffstat:

 lib/csu/powerpc64/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 112062453348 -r 8486940b0ed6 lib/csu/powerpc64/Makefile
--- a/lib/csu/powerpc64/Makefile        Sat Oct 29 09:58:23 2011 +0000
+++ b/lib/csu/powerpc64/Makefile        Sat Oct 29 10:28:37 2011 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: Makefile,v 1.1 2006/06/30 22:49:50 ross Exp $
+#      $NetBSD: Makefile,v 1.2 2011/10/29 10:28:37 mrg Exp $
 
-CPPFLAGS+= -I- -I${.CURDIR}
+CPPFLAGS+= -I${.CURDIR}
 
 .include "${.CURDIR}/../common_elf/Makefile.inc"



Home | Main Index | Thread Index | Old Index