aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-15 09:04:49 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-15 09:04:49 -0800
commitf0afe50dc925b6596d552381046e7a41d8b9b949 (patch)
tree8041f17a7ce8eabfd84b327281ad618ef471c2fa
parent8f126a65525a15d49c1496ebef881b009a28b6ae (diff)
Add missing space
-rw-r--r--Makefile2
-rw-r--r--templates/Makefile.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8215e3ba39..4a7321b82a 100644
--- a/Makefile
+++ b/Makefile
@@ -8408,5 +8408,5 @@ endif
-.PHONY: all strip tools dep_error openssl_dep_error openssl_dep_message git_update stop buildtests buildtests_c buildtests_cxx test test_c test_cxx install install_c install_cxx install-headers install-headers_c install-headers_cxx install-shared install-shared_c install-shared_cxx install-static install-static_c install-static_cxx strip strip-shared strip-static strip_c strip-shared_c strip-static_c strip_cxx strip-shared_cxx strip-static_cxx dep_c dep_cxx bins_dep_c bins_dep_cxxclean
+.PHONY: all strip tools dep_error openssl_dep_error openssl_dep_message git_update stop buildtests buildtests_c buildtests_cxx test test_c test_cxx install install_c install_cxx install-headers install-headers_c install-headers_cxx install-shared install-shared_c install-shared_cxx install-static install-static_c install-static_cxx strip strip-shared strip-static strip_c strip-shared_c strip-static_c strip_cxx strip-shared_cxx strip-static_cxx dep_c dep_cxx bins_dep_c bins_dep_cxx clean
diff --git a/templates/Makefile.template b/templates/Makefile.template
index d60448d4a4..bd49f5a24d 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -822,6 +822,6 @@ install-static install-static_c install-static_cxx \
strip strip-shared strip-static \
strip_c strip-shared_c strip-static_c \
strip_cxx strip-shared_cxx strip-static_cxx \
-dep_c dep_cxx bins_dep_c bins_dep_cxx\
+dep_c dep_cxx bins_dep_c bins_dep_cxx \
clean