build: change LDFLAGS/CFLAGS ordering.
authorRonald S. Bultje <rbultje@google.com>
Mon, 2 May 2011 17:56:41 +0000 (13:56 -0400)
committerRonald S. Bultje <rbultje@google.com>
Mon, 2 May 2011 17:56:41 +0000 (13:56 -0400)
commitbbf890fe27c4193752c4f455b01eae62dedab359
treea8d0ee6c901a199c4e7a8f020fdcaf48a5c60a13
parentc09d8c14196d82d7d2bb2dd9c301ca8283445771
build: change LDFLAGS/CFLAGS ordering.

Always use CFLAGS/LDFLAGS that point to headers and libvpx.a inside our
build tree before ones from the environment, which could reference
headers or libs outside the build tree.

This fixes issue 307.

Change-Id: I34d176b8c21098f6da5ea71f0147d3c49283cc45
build/make/Makefile
examples.mk