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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to