Source-Changes-HG archive

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

[src/trunk]: src/tools/m4 Make sure that parser.c and friends can be found.



details:   https://anonhg.NetBSD.org/src/rev/4aa65506892b
branches:  trunk
changeset: 748824:4aa65506892b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Nov 06 15:14:37 2009 +0000

description:
Make sure that parser.c and friends can be found.

diffstat:

 tools/m4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 4ea4e33a84f9 -r 4aa65506892b tools/m4/Makefile
--- a/tools/m4/Makefile Fri Nov 06 15:13:27 2009 +0000
+++ b/tools/m4/Makefile Fri Nov 06 15:14:37 2009 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.4 2009/10/27 18:35:09 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2009/11/06 15:14:37 joerg Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}m4
 HOST_SRCDIR=   usr.bin/m4
+HOST_CPPFLAGS+=        -I.
 
 .include "${.CURDIR}/../Makefile.host"
 



Home | Main Index | Thread Index | Old Index