Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libmudflap move include to the gcc-4.5...



details:   https://anonhg.NetBSD.org/src/rev/de6d051021d0
branches:  trunk
changeset: 778881:de6d051021d0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 18 19:21:25 2012 +0000

description:
move include to the gcc-4.5 subdir.

diffstat:

 external/gpl3/gcc/lib/libmudflap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9baf7da2e047 -r de6d051021d0 external/gpl3/gcc/lib/libmudflap/Makefile
--- a/external/gpl3/gcc/lib/libmudflap/Makefile Wed Apr 18 14:24:26 2012 +0000
+++ b/external/gpl3/gcc/lib/libmudflap/Makefile Wed Apr 18 19:21:25 2012 +0000
@@ -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 19:21:25 christos Exp $
 
 NOLINT=yes                     # core dumps
 UNSUPPORTED_COMPILER.clang=     # defined
@@ -14,6 +14,6 @@
 LIB=mudflap
 SRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c
 INCS=mf-runtime.h
-INCSDIR=/usr/include
+INCSDIR=/usr/include/gcc-4.5
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index