Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2012 08:38:55 +0000 (UTC)
From:      Andreas Tobler <andreast@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r241797 - head/usr.bin/m4
Message-ID:  <201210210838.q9L8ctmr028131@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210210838.q9L8ctmr028131>