libs: Add explicit rules for tools Makefile
authorAlan Cox <alan@linux.intel.com>
Thu, 8 Oct 2015 14:34:41 +0000 (15:34 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 8 Oct 2015 14:34:41 +0000 (15:34 +0100)
commit0e0d4ede7f2debc00647720320526924f7c8d974
treea9c2d799065a6d514adc94b517357b70e5f689c8
parentd438469064b73194406f6537cb6e81369ea0747d
libs: Add explicit rules for tools Makefile

Otherwise we pass the .h file to the compiler as an argument. GNU C compilers
understand what is desired but clang not unreasonably errors it.
Library/Makefile