linux-fs-simple example Makefile: make platform depend on barectf.h
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 19 Nov 2016 19:23:18 +0000 (14:23 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 19 Nov 2016 19:23:18 +0000 (14:23 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
doc/examples/linux-fs-simple/Makefile

index e4e9d9716cdca2af1097c346239db1c6f1227009..ea9738da4b943d2131f7fdf142638d4afd2aae74 100644 (file)
@@ -46,7 +46,7 @@ ctf/metadata barectf-bitfield.h barectf.h barectf.c: config.yaml ctf
 barectf.o: barectf.c
        $(CC) $(CFLAGS) -ansi -c $<
 
-barectf-platform-linux-fs.o: $(PLATFORM_DIR)/barectf-platform-linux-fs.c
+barectf-platform-linux-fs.o: $(PLATFORM_DIR)/barectf-platform-linux-fs.c barectf.h
        $(CC) $(CFLAGS) -c $<
 
 $(TARGET).o: $(TARGET).c barectf.h barectf-bitfield.h
This page took 0.023742 seconds and 4 git commands to generate.