From 855ba178a737bd602e0de0090d966de694cb59bc Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 7 Apr 2016 00:05:50 -0400 Subject: [PATCH] doc/examples/linux-fs-simple: use $(BARECTF), no view target Signed-off-by: Philippe Proulx --- doc/examples/linux-fs-simple/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/linux-fs-simple/Makefile b/doc/examples/linux-fs-simple/Makefile index cc3f847..1e65b5a 100644 --- a/doc/examples/linux-fs-simple/Makefile +++ b/doc/examples/linux-fs-simple/Makefile @@ -8,7 +8,7 @@ CFLAGS = -O2 -Wall -pedantic -std=gnu99 -I$(PLATFORM_DIR) -I. TARGET = linux-fs-simple OBJS = $(TARGET).o barectf.o barectf-platform-linux-fs.o -.PHONY: all view clean +.PHONY: all view all: $(TARGET) @@ -19,7 +19,7 @@ $(TARGET): $(OBJS) $(CC) -o $@ $^ ctf/metadata barectf-bitfield.h barectf.h barectf.c: config.yaml ctf - barectf $< -m ctf + $(BARECTF) $< -m ctf barectf.o: barectf.c $(CC) $(CFLAGS) -c $< -- 2.34.1