aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-01-09 11:17:37 +0100
committerArmin Rigo <arigo@tunes.org>2016-01-09 11:17:37 +0100
commitd18223be91c4359ad1f3481d6f2c17f0c973e6d5 (patch)
tree4574f3784c4f21ef9831804cef4b9595fddcf914 /Makefile
parenthave consistent argument order between setfield and setitem (diff)
downloadpypy-d18223be91c4359ad1f3481d6f2c17f0c973e6d5.tar.gz
pypy-d18223be91c4359ad1f3481d6f2c17f0c973e6d5.tar.bz2
pypy-d18223be91c4359ad1f3481d6f2c17f0c973e6d5.zip
cffi_imports depends on pypy-c being built first
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f18ab17ac..f95971317f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,5 +39,5 @@ endif
# runs. We cannot get their original value either:
# http://lists.gnu.org/archive/html/help-make/2010-08/msg00106.html
-cffi_imports:
+cffi_imports: pypy-c
PYTHONPATH=. ./pypy-c pypy/tool/build_cffi_imports.py