Skip to content

Commit

Permalink
osd-util/Makefile: Bad -Ixxx options
Browse files Browse the repository at this point in the history
missed out an -I before the include path

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Mar 15, 2010
1 parent 323a24c commit 3fc608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osd-util/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3fc608c

Please sign in to comment.