From: Benny Halevy <bhalevy@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxx> --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 14bb2ff..2b40126 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ +CC= gcc OBJS= ctl.o efi.o CFLAGS= -I../../linux-pnfs.working/include ctl: $(OBJS) - cc -o ctl $(OBJS) -levent -lpthread -lparted + $(CC) -o ctl $(OBJS) -levent -lpthread -lparted clean: rm -f $(OBJS) ctl -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html