summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-08-22 03:01:18 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-08-22 03:01:18 +0000
commit1660e99733ea255dcbfe3fd48569369d9edd9802 (patch)
treea9d1eab21e1a60c80702974b427e410e19cf6616
parentc0b7b1af596c4521589958539a09c8e12052c98c (diff)
Re #1945 (misc): Fixed typo in libyuv Makefile
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5424 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--third_party/build/yuv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/build/yuv/Makefile b/third_party/build/yuv/Makefile
index b373f0ab..d9c3501c 100644
--- a/third_party/build/yuv/Makefile
+++ b/third_party/build/yuv/Makefile
@@ -92,7 +92,7 @@ distclean: realclean
.PHONY: all dep depend clean realclean distclean
.PHONY: $(TARGETS)
-.PHONE: $(YUV_LIB) $(YUV_SONAME)
+.PHONY: $(YUV_LIB) $(YUV_SONAME)
libyuv: $(YUV_LIB)
$(YUV_SONAME): $(YUV_LIB)