| Index: Makefile.nacl
 | 
| diff --git a/Makefile.nacl b/Makefile.nacl
 | 
| index 3459c42c0d865c7a45b98cda642f4f6109468efa..5e1724b5987e22e52d0d7cafd605ecb6a1629430 100644
 | 
| --- a/Makefile.nacl
 | 
| +++ b/Makefile.nacl
 | 
| @@ -91,7 +91,7 @@ $(NACL_MAKEFILES):
 | 
|  	CXX=${NACL_CXX} \
 | 
|  	LINK=${NACL_LINK} \
 | 
|  	PYTHONPATH="$(shell pwd)/tools/generate_shim_headers:$(shell pwd)/build:$(PYTHONPATH)" \
 | 
| -	build/gyp/gyp --generator-output="${OUTDIR}" build/all.gyp \
 | 
| +	tools/gyp/gyp --generator-output="${OUTDIR}" build/all.gyp \
 | 
|  	              -Ibuild/standalone.gypi --depth=. \
 | 
|  	              -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS) \
 | 
|                        -Dwno_array_bounds=-Wno-array-bounds
 | 
| 
 |