Module Name:    src
Committed By:   mrg
Date:           Fri Jul  1 05:07:46 UTC 2011

Modified Files:
        src/external/gpl3/gcc/lib/crtstuff: Makefile

Log Message:
declare options.h as an EXTRA_FAKE_HEADERS.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/crtstuff/Makefile

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/crtstuff/Makefile
diff -u src/external/gpl3/gcc/lib/crtstuff/Makefile:1.4 src/external/gpl3/gcc/lib/crtstuff/Makefile:1.5
--- src/external/gpl3/gcc/lib/crtstuff/Makefile:1.4	Fri Jul  1 01:24:53 2011
+++ src/external/gpl3/gcc/lib/crtstuff/Makefile	Fri Jul  1 05:07:46 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2011/07/01 01:24:53 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2011/07/01 05:07:46 mrg Exp $
 
 REQUIRETOOLS=	yes
 NOLINT=		# defined
@@ -51,6 +51,7 @@
 .PATH: ${DIST}/gcc ${DIST}/gcc/config ${G_CONFIGDIR}
 
 .include "../Makefile.tconfigh"
+EXTRA_FAKEHEADERS= options.h
 .include "../Makefile.hacks"
 
 ${OBJS}: ${DPSRCS}

Reply via email to