author | clem <clem> | 2004-10-14 17:34:14 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-14 17:34:14 (UTC) |
commit | fbcb3efe673fc6c956cbdae7cf6fb83a637dfc5e (patch) (unidiff) | |
tree | 360d8b32fe0a6c8cebbb56159c3170a23db3820d | |
parent | f91c6162ea0e12d2c618072a78467310dcb23077 (diff) | |
download | opie-fbcb3efe673fc6c956cbdae7cf6fb83a637dfc5e.zip opie-fbcb3efe673fc6c956cbdae7cf6fb83a637dfc5e.tar.gz opie-fbcb3efe673fc6c956cbdae7cf6fb83a637dfc5e.tar.bz2 |
s/make/ even if it's not enough to enable distributing
-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 | |||
@@ -178,7 +178,7 @@ ruby: .ruby libkconfig.so .ruby/kconfig.so | |||
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]") |