From: Philippe Proulx Date: Thu, 7 Apr 2016 04:05:50 +0000 (-0400) Subject: doc/examples/linux-fs-simple: use $(BARECTF), no view target X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=855ba178a737bd602e0de0090d966de694cb59bc;p=deliverable%2Fbarectf.git doc/examples/linux-fs-simple: use $(BARECTF), no view target Signed-off-by: Philippe Proulx --- 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 $<