]> granicus.if.org Git - libvpx/commit
makefile: fix target 'all'
authorJohn Koleszar <jkoleszar@google.com>
Thu, 29 Sep 2011 13:14:37 +0000 (09:14 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 29 Sep 2011 13:14:44 +0000 (09:14 -0400)
commit22ea8592c1cba538c242005d99eb3d011a9e418f
treea9da5023b3d429eba83a3865ccece0c64ec21ea7
parent6f9457ec12a98b3aceefbcb79783c084268d0b36
makefile: fix target 'all'

'all' is the conventional target for building everything in the
makefile, but the child make was expecting all-$(target), for debugging
reasons that I don't recall exactly. Restore the expected behavior.

Change-Id: Ifbb03610b55be679ce7c5e210b7a69a156bb76b9
build/make/Makefile