svn commit: r241797 - head/usr.bin/m4

Andreas Tobler andreast at FreeBSD.org
Sun Oct 21 08:38:56 UTC 2012


Author: andreast
Date: Sun Oct 21 08:38:55 2012
New Revision: 241797
URL: http://svn.freebsd.org/changeset/base/241797

Log:
  Fix build.

Modified:
  head/usr.bin/m4/Makefile

Modified: head/usr.bin/m4/Makefile
==============================================================================
--- head/usr.bin/m4/Makefile	Sun Oct 21 08:29:58 2012	(r241796)
+++ head/usr.bin/m4/Makefile	Sun Oct 21 08:38:55 2012	(r241797)
@@ -5,7 +5,7 @@
 # 	if you want the paste & spaste macros.
 
 PROG=	m4
-CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
+CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/lib
 LDADD=	-ly -ll -lm
 # clang needs 1 while with gcc we can use 2
 #WARNS=	1


More information about the svn-src-head mailing list