Makefile.am: remove duplicated rules for efi
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 11 Apr 2017 03:27:55 +0000 (23:27 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 21 Apr 2017 16:05:55 +0000 (12:05 -0400)
commitd0e6ea7d5b1ee898c5e94073b39a8020a5761e5b
treebf4dc8266c4cd9b9634a918db68825458ab97322
parentfb369a5bdf4fdb19d5372334dee6b4f23ff7e7e8
Makefile.am: remove duplicated rules for efi

Specifying the same rule with a slightly different dep list was not useful,
since make cannot distinguish rules with the same input / output. (It possibly
could have two rules with different dependency list, but here all dependencies
that are different between the two rules are always present, so the two rules
are effectively the same.)
Makefile.am