-rw-r--r-- | scripts/kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index b918300..6006a80 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -175,13 +175,13 @@ ruby: .ruby libkconfig.so .ruby/kconfig.so | |||
175 | swig -ruby -o $@ $< | 175 | swig -ruby -o $@ $< |
176 | 176 | ||
177 | .ruby/Makefile: extconf.rb | 177 | .ruby/Makefile: extconf.rb |
178 | cd .ruby; ruby ../extconf.rb | 178 | cd .ruby; ruby ../extconf.rb |
179 | 179 | ||
180 | .ruby/kconfig.so: .ruby/kconfig_wrap.c .ruby/Makefile | 180 | .ruby/kconfig.so: .ruby/kconfig_wrap.c .ruby/Makefile |
181 | make -C .ruby | 181 | $(MAKE) -C .ruby |
182 | 182 | ||
183 | 183 | ||
184 | PYTHON_INCLUDE=$(shell python -c "import sys; print '-I'+sys.prefix+'/include/python'+sys.version[:3]") | 184 | PYTHON_INCLUDE=$(shell python -c "import sys; print '-I'+sys.prefix+'/include/python'+sys.version[:3]") |
185 | 185 | ||
186 | python: .python .python/kconfig.py .python/_kconfig.so | 186 | python: .python .python/kconfig.py .python/_kconfig.so |
187 | 187 | ||