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 c895ba7..213f196 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ trace-read.o:: parse-events.h
19trace-cmd.o:: parse-events.h $(LIB_FILE) 19trace-cmd.o:: parse-events.h $(LIB_FILE)
20 20
21trace-cmd:: trace-cmd.o trace-read.o trace-util.o 21trace-cmd:: trace-cmd.o trace-read.o trace-util.o
22 $(CC) $^ $(LIBS) -o $@ 22 $(CC) $^ $(LIBS) -rdynamic -o $@
23 23
24parse-events.o: parse-events.c parse-events.h 24parse-events.o: parse-events.c parse-events.h
25 $(CC) -c $(CFLAGS) $(EXT) $(INCLUDES) -fPIC $< -o $@ 25 $(CC) -c $(CFLAGS) $(EXT) $(INCLUDES) -fPIC $< -o $@