aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 848a6aa..0287721 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ trace-util.o:: $(HEADERS)
30trace-ftrace.o:: $(HEADERS) 30trace-ftrace.o:: $(HEADERS)
31trace-input.o:: $(HEADERS) 31trace-input.o:: $(HEADERS)
32 32
33trace-cmd:: trace-cmd.o trace-read.o trace-view.o 33trace-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