package: Makefile: unbreak binrpm-pkg target
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 15 May 2013 16:06:26 +0000 (12:06 -0400)
committerMichal Marek <mmarek@suse.cz>
Thu, 16 May 2013 07:46:45 +0000 (09:46 +0200)
commitf66ba560943ae21f5d1e505bad0a3591823b2b37
tree14c03456b2c06ac34c114e3d19bc30ed66d7ece4
parentf722406faae2d073cc1d01063d1123c35425939e
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>
scripts/package/Makefile