shithub: libvpx

Download patch

ref: 6e12cc9411d5476adc820315492ab9e175c70727
parent: b858f5cc47844bef342bf71de98675027e6570aa
parent: af5154671b3421cdc62b15b8afe540b83e8dfabe
author: John Koleszar <jkoleszar@google.com>
date: Thu May 20 22:52:11 EDT 2010

Merge "makefile: fix error message due to missing quotes"

--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -37,7 +37,7 @@
 	@if [ -d "$(DIST_DIR)/src" ]; then \
             mkdir -p "$(DIST_DIR)/build"; \
             cd "$(DIST_DIR)/build"; \
-            if [ $(TGT_CC) = "rvct" ] ; then \
+            if [ "$(TGT_CC)" = "rvct" ] ; then \
 				echo "../src/configure --target=$(TOOLCHAIN) --libc=$(ALT_LIBC)"; \
 				../src/configure --target=$(TOOLCHAIN) --libc=$(ALT_LIBC); \
 			else \