From 3fc608caa69a308ec4254604c57e921a5238eb82 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Mon, 15 Mar 2010 16:47:03 +0200 Subject: [PATCH] osd-util/Makefile: Bad -Ixxx options missed out an -I before the include path Signed-off-by: Boaz Harrosh --- osd-util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osd-util/Makefile b/osd-util/Makefile index a94526b..bc6d91a 100644 --- a/osd-util/Makefile +++ b/osd-util/Makefile @@ -19,7 +19,7 @@ CWARN := -Wall -W -Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual \ CFLAGS := $(COPTS) $(CWARN) -I. ifeq ($(FreeBSD_Make),1) -CFLAGS += -I../tgt/usr/bsd ../tgt/usr +CFLAGS += -I../tgt/usr/bsd -I../tgt/usr endif all:: $(LIB) $(OBJ)