]> granicus.if.org Git - libvpx/commit
Avoid failed include when Makefile is processed with no target.
authorTom Finegan <tomfinegan@google.com>
Wed, 13 May 2015 18:16:09 +0000 (11:16 -0700)
committerTom Finegan <tomfinegan@google.com>
Wed, 13 May 2015 18:16:09 +0000 (11:16 -0700)
commit3007db0b456779cf0ab926f875c1723e77aeba20
tree6f4f3d01942fb88fab6c30b8ec1764f8d8283708
parentae14b374318bd294ec0575347bcdf628cecbece2
Avoid failed include when Makefile is processed with no target.

Basically just a warning, but disconcerting nonetheless. Removes this
output from the build:
Makefile:59: -x86_64-darwin13-gcc.mk: No such file or directory

Change-Id: Ibb379506352b2f613ef4a7b1ac47e9c95d0d1580
build/make/Makefile