Skip to content

Commit

Permalink
Fix quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Mar 20, 2012
1 parent 0b1d99b commit e4a3658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ define GECKO_BUILD_CMD
export GONK_PRODUCT="$(GONK)" && \
export GONK_PATH="$(GONK_PATH)" && \
export TARGET_TOOLS_PREFIX="$(abspath $(TOOLCHAIN_PATH))" && \
export EXTRA_INCLUDE="$(EXTRA_INCLUDE)" && \
export EXTRA_INCLUDE='$(EXTRA_INCLUDE)' && \
ulimit -n 4096 && \
$(MAKE) -C $(GECKO_PATH) -f client.mk -s $(MAKE_FLAGS) && \
$(MAKE) -C $(GECKO_OBJDIR) package
Expand Down

0 comments on commit e4a3658

Please sign in to comment.