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 8d93d08..38407ec 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ libparsevent.so: $(PEVENT_LIB_OBJS)
35libparsevent.a: $(PEVENT_LIB_OBJS) 35libparsevent.a: $(PEVENT_LIB_OBJS)
36 $(RM) $@; $(AR) rcs $@ $^ 36 $(RM) $@; $(AR) rcs $@ $^
37 37
38TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o 38TCMD_LIB_OBJS = $(PEVENT_LIB_OBJS) trace-util.o trace-input.o
39 39
40libtracecmd.a: $(TCMD_LIB_OBJS) 40libtracecmd.a: $(TCMD_LIB_OBJS)
41 $(RM) $@; $(AR) rcs $@ $^ 41 $(RM) $@; $(AR) rcs $@ $^