Module Name: src Committed By: christos Date: Wed Apr 18 22:42:21 UTC 2012
Modified Files: src/external/gpl3/gcc/lib/libmudflapth: Makefile Log Message: bad name To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libmudflapth/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/libmudflapth/Makefile diff -u src/external/gpl3/gcc/lib/libmudflapth/Makefile:1.1 src/external/gpl3/gcc/lib/libmudflapth/Makefile:1.2 --- src/external/gpl3/gcc/lib/libmudflapth/Makefile:1.1 Tue Apr 17 22:52:07 2012 +++ src/external/gpl3/gcc/lib/libmudflapth/Makefile Wed Apr 18 18:42:21 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/04/18 02:52:07 christos Exp $ +# $NetBSD: Makefile,v 1.2 2012/04/18 22:42:21 christos Exp $ NOLINT=yes # core dumps UNSUPPORTED_COMPILER.clang= # defined @@ -11,7 +11,7 @@ CPPFLAGS+= -I${.CURDIR}/../libmudflap -D .PATH: ${DIST} LINTFLAGS+=-g -LIB=mudflap +LIB=mudflapth SRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c mf-hooks3.c .include <bsd.lib.mk>