Module Name:    src
Committed By:   mrg
Date:           Wed Jul  6 01:18:33 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
fix update build break on sh3.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/usr.bin/backend/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/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.8 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.9
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.8	Sun Jul  3 06:42:03 2011
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Wed Jul  6 01:18:32 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2011/07/03 06:42:03 mrg Exp $
+#	$NetBSD: Makefile,v 1.9 2011/07/06 01:18:32 mrg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -107,6 +107,7 @@
 	rm -f auto-host.h
 	ln -s ${.CURDIR}/../gcc/arch/${MACHINE_ARCH}/auto-host.h .
 	if [ -f ${.CURDIR}/../gcc/arch/${MACHINE_ARCH}/sysroot-suffix.h ]; then \
+	  rm -f sysroot-suffix.h; \
 	  ln -s ${.CURDIR}/../gcc/arch/${MACHINE_ARCH}/sysroot-suffix.h ; \
 	fi
 	./gengtype ${DIST}/gcc gtyp-input.list.tmp

Reply via email to