]> granicus.if.org Git - libvpx/commit
make: fix dependency generation
authorJohn Koleszar <jkoleszar@google.com>
Wed, 19 Dec 2012 21:44:32 +0000 (13:44 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 19 Dec 2012 21:44:32 +0000 (13:44 -0800)
commitde52948665bf83537dd29b8697bed0dfa5390daf
tree3783f05fb8c7c5573b6584bd7b3d1d9f8c03ba6d
parent05ec800ea48f5666e2360d67d2e71faff6c0b992
make: fix dependency generation

Remove an extra level of escaping around the $@ variable to get valid output.
Prior to this change, modifying header files did not trigger a rebuild of
sources dependent on them.

Change-Id: I93ecc60371b705b64dc8a2583a5d31126fe3f851
build/make/configure.sh