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)
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>

No differences found