diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ trace-util.o:: $(HEADERS) | |||
30 | trace-ftrace.o:: $(HEADERS) | 30 | trace-ftrace.o:: $(HEADERS) |
31 | trace-input.o:: $(HEADERS) | 31 | trace-input.o:: $(HEADERS) |
32 | 32 | ||
33 | trace-cmd:: trace-cmd.o trace-read.o trace-view.o | 33 | trace-cmd:: trace-cmd.o trace-read.o trace-view.o trace-view-store.o |
34 | $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS) | 34 | $(CC) $^ -rdynamic -o $@ $(CONFIG_LIBS) $(LIBS) |
35 | 35 | ||
36 | .PHONY: view_depends | 36 | .PHONY: view_depends |