author | clem <clem> | 2004-10-14 17:34:14 (UTC) |
---|---|---|
committer | clem <clem> | 2004-10-14 17:34:14 (UTC) |
commit | fbcb3efe673fc6c956cbdae7cf6fb83a637dfc5e (patch) (side-by-side diff) | |
tree | 360d8b32fe0a6c8cebbb56159c3170a23db3820d /scripts | |
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 @@ -177,9 +177,9 @@ ruby: .ruby libkconfig.so .ruby/kconfig.so .ruby/Makefile: extconf.rb cd .ruby; ruby ../extconf.rb .ruby/kconfig.so: .ruby/kconfig_wrap.c .ruby/Makefile - make -C .ruby + $(MAKE) -C .ruby PYTHON_INCLUDE=$(shell python -c "import sys; print '-I'+sys.prefix+'/include/python'+sys.version[:3]") |