aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhltc@us.ibm.com>2009-12-29 14:34:20 -0500
committerDarren Hart <dvhltc@us.ibm.com>2009-12-30 12:22:40 -0500
commite18c8f43f1a250a09675245d733404e2f2659cad (patch)
treea4858f19593c6374d34ec99e22c2540646558026
parent502e561860d189c60cd46e3937b38b6b142d2ec8 (diff)
trace-cmd: Remove unecessary dependencies for the python target
Signed-off-by: Darren Hart <dvhltc@us.ibm.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbc79bf..32f85f1 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ plugin_mac80211.so: plugin_mac80211.o
85 85
86 86
87.PHONY: python 87.PHONY: python
88python: $(TCMD_LIB_OBJS) trace-cmd.o trace-read.o 88python: $(TCMD_LIB_OBJS)
89 swig -Wall -python -noproxy ctracecmd.i 89 swig -Wall -python -noproxy ctracecmd.i
90 gcc -fpic -c `python-config --includes` ctracecmd_wrap.c 90 gcc -fpic -c `python-config --includes` ctracecmd_wrap.c
91 $(CC) --shared $^ ctracecmd_wrap.o -o ctracecmd.so 91 $(CC) --shared $^ ctracecmd_wrap.o -o ctracecmd.so