Module Name:    src
Committed By:   christos
Date:           Wed Oct  2 14:35:33 UTC 2013

Modified Files:
        src/external/gpl3/binutils/usr.bin/gas: Makefile

Log Message:
Fix mips platforms (no need for -wrapper for lex)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/binutils/usr.bin/gas/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/binutils/usr.bin/gas/Makefile
diff -u src/external/gpl3/binutils/usr.bin/gas/Makefile:1.11 src/external/gpl3/binutils/usr.bin/gas/Makefile:1.12
--- src/external/gpl3/binutils/usr.bin/gas/Makefile:1.11	Sun Aug  4 20:08:58 2013
+++ src/external/gpl3/binutils/usr.bin/gas/Makefile	Wed Oct  2 10:35:33 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.11 2013/08/05 00:08:58 matt Exp $
+#	$NetBSD: Makefile,v 1.12 2013/10/02 14:35:33 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@ TOP=		${NETBSDSRCDIR}/external/gpl3/binu
 PROG=		as
 SRCS=		${G_OBJS:Nitbl-[pl]*:Nm68k-parse.o:.o=.c} \
 		${G_OBJS:Mitbl-parse.o:.o=.y} \
-		${G_OBJS:Mitbl-lex.o:.o=.l} \
+		${G_OBJS:Mitbl-lex-wrapper.o:S/-wrapper.o/.l/} \
 		${G_OBJS:Mm68k-parse.o:.o=.y}
 
 COPTS.obj-elf.c = -Wno-stack-protector

Reply via email to