diff options
author | Darren Hart <dvhltc@us.ibm.com> | 2009-12-29 14:34:20 -0500 |
---|---|---|
committer | Darren Hart <dvhltc@us.ibm.com> | 2009-12-30 12:22:40 -0500 |
commit | e18c8f43f1a250a09675245d733404e2f2659cad (patch) | |
tree | a4858f19593c6374d34ec99e22c2540646558026 | |
parent | 502e561860d189c60cd46e3937b38b6b142d2ec8 (diff) |
trace-cmd: Remove unecessary dependencies for the python target
Signed-off-by: Darren Hart <dvhltc@us.ibm.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ plugin_mac80211.so: plugin_mac80211.o | |||
85 | 85 | ||
86 | 86 | ||
87 | .PHONY: python | 87 | .PHONY: python |
88 | python: $(TCMD_LIB_OBJS) trace-cmd.o trace-read.o | 88 | python: $(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 |