From d96edb4e587b89c3e877d08c245522e42d77a812 Mon Sep 17 00:00:00 2001 From: andreast Date: Sun, 21 Oct 2012 08:38:55 +0000 Subject: [PATCH] Fix build. --- usr.bin/m4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index fefaf4da396..ce50d6c16a7 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 -- 2.45.0