libusb/Makefile.am: Avoid recursive variables in .rc silent-rule
authorPeter Stuge <peter@stuge.se>
Thu, 12 Jan 2012 09:34:55 +0000 (10:34 +0100)
committerPeter Stuge <peter@stuge.se>
Thu, 12 Jan 2012 09:34:55 +0000 (10:34 +0100)
commitcdc5df8f1b206a7c19bc221e8a9a97d5d98deb85
tree7eb31e1f4c5264e59e317af2864c6f30979c6fe9
parenta8e2e7cab278fbfcba91909eaf762cf66da9eda5
libusb/Makefile.am: Avoid recursive variables in .rc silent-rule

Not every make supports recursive variable expansion so some automake
versions complain about non-POSIX variable names ever since commit
70bec4a9f8ec28d36c731011fa24d37c74ad3523 which added support for
silent-rules in our rule to compile the Windows .rc file.

This commit removes the recursive variables and instead uses the
simple and generic GEN message and associated variable.
libusb/Makefile.am