summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/Makefile
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2012-10-21 08:38:55 +0000
committerandreast <andreast@FreeBSD.org>2012-10-21 08:38:55 +0000
commitd96edb4e587b89c3e877d08c245522e42d77a812 (patch)
tree4066a93002c59ecf05826bed499915a471f1e729 /usr.bin/m4/Makefile
parent8401c8755147b2dbfb9052061c625ecd1a55bdd3 (diff)
downloadFreeBSD-src-d96edb4e587b89c3e877d08c245522e42d77a812.zip
FreeBSD-src-d96edb4e587b89c3e877d08c245522e42d77a812.tar.gz
Fix build.
Diffstat (limited to 'usr.bin/m4/Makefile')
-rw-r--r--usr.bin/m4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index fefaf4d..ce50d6c 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -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
OpenPOWER on IntegriCloud