commit | f66ba560943ae21f5d1e505bad0a3591823b2b37 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed May 15 12:06:26 2013 -0400 |
committer | Michal Marek <mmarek@suse.cz> | Thu May 16 09:46:45 2013 +0200 |
tree | 14c03456b2c06ac34c114e3d19bc30ed66d7ece4 | |
parent | f722406faae2d073cc1d01063d1123c35425939e [diff] |
package: Makefile: unbreak binrpm-pkg target Commit 6501320311664e11ad5489fedb17ea1f817c2617 dropped the rpm spec as a prerequisite for the binrpm-pkg target but forgot to update $< usage, which causes the rule to break. This commit fixes that by replacing $< with the spec name. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>