Module Name:    src
Committed By:   mrg
Date:           Sun Jul  3 07:23:20 UTC 2011

Modified Files:
        src/external/gpl3/gcc/lib: Makefile.hacks

Log Message:
add sysroot-suffix.h to the fake headers.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/Makefile.hacks

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/Makefile.hacks
diff -u src/external/gpl3/gcc/lib/Makefile.hacks:1.1 src/external/gpl3/gcc/lib/Makefile.hacks:1.2
--- src/external/gpl3/gcc/lib/Makefile.hacks:1.1	Fri Jul  1 01:24:53 2011
+++ src/external/gpl3/gcc/lib/Makefile.hacks	Sun Jul  3 07:23:19 2011
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile.hacks,v 1.1 2011/07/01 01:24:53 mrg Exp $
+#	$NetBSD: Makefile.hacks,v 1.2 2011/07/03 07:23:19 mrg Exp $
 
 # some random crap we need in a few places
 
 # these aren't necessary but are #include'd
-FAKEHEADERS=	${EXTRA_FAKEHEADERS} insn-flags.h insn-constants.h
+FAKEHEADERS=	${EXTRA_FAKEHEADERS} insn-flags.h insn-constants.h sysroot-suffix.h
 ${FAKEHEADERS}:
 	${_MKTARGET_CREATE}
 	touch ${.TARGET}

Reply via email to