Bug 557852 - Fix libffi config.cache location. r=bsmedberg

This commit is contained in:
Dan Witte 2010-04-15 11:30:28 -07:00
Родитель ef6efacfec
Коммит a432fc820e
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -5289,8 +5289,6 @@ MAKEFILES="
Makefile Makefile
shell/Makefile shell/Makefile
lirasm/Makefile lirasm/Makefile
ctypes/Makefile
ctypes/tests/Makefile
jsapi-tests/Makefile jsapi-tests/Makefile
tests/Makefile tests/Makefile
config/Makefile config/Makefile
@ -5386,8 +5384,9 @@ if test "$JS_HAS_CTYPES"; then
# Use a separate cache file for libffi, since it does things differently # Use a separate cache file for libffi, since it does things differently
# from our configure. # from our configure.
mkdir -p $_objdir/ctypes/libffi
old_cache_file=$cache_file old_cache_file=$cache_file
cache_file=ctypes/libffi/config.cache cache_file=$_objdir/ctypes/libffi/config.cache
old_config_files=$CONFIG_FILES old_config_files=$CONFIG_FILES
unset CONFIG_FILES unset CONFIG_FILES
AC_OUTPUT_SUBDIRS(ctypes/libffi) AC_OUTPUT_SUBDIRS(ctypes/libffi)